color codes Logo

#bbe70f color codes

#BBE70F
(187,231,15)
0 Favorites   0 Comments

Color spaces of #bbe70f

RGB 18723115
HSL0.200.880.48
HSV72°94°91°
CMYK 0.190.000.94   0.09
XYZ49.155767.751110.9384
Yxy67.75110.38450.5299
Hunter Lab82.3111-37.445249.7386
CIE-Lab85.8818-37.803382.6844

#bbe70f color RGB value is (187,231,15).

#bbe70f hex color red value is 187, green value is 231 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bbe70f hue: 0.20 , saturation: 0.88 and the lightness value of bbe70f is 0.48.

The process color (four color CMYK) of #bbe70f color code is 0.19, 0.00, 0.94, 0.09. Web safe color of #bbe70f is #ccff00. Color #bbe70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100111 00001111
Octal 273 347 17
Decimal 187 231 15
Hex BB E7 F

RGB Percentages of Color #bbe70f

%43.19
%53.35
%3.46

CMYK Percentages of Color #bbe70f

%19
%0
%94
%9

Triadic Colors of #bbe70f

#bbe70f #0fbbe7 #e70fbb

Analogous Colors of #bbe70f

#bbe70f #4fe70f #e7a70f

Monochromatic Colors of #bbe70f

#bbe70f

Complementary Color

#bbe70f #3b0fe7

#bbe70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe70f Color CSS Codes

.mybgcolor {background-color:#bbe70f; } 
.myforecolor {color:#bbe70f; }
.mybordercolor {border:3px solid #bbe70f; }

#bbe70f Text Font Color

<p style="color:#bbe70f">Text here</p>

This sample text font color is #bbe70f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbe70f Background Color

<div style="background-color:#bbe70f">
Div content here</div>

This div background color is #bbe70f


#bbe70f Border Color

<div style="border:3px solid #bbe70f">
Div here</div>

This div border color is #bbe70f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,231,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbe70f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbe70f;
  -webkit-box-shadow: 1px 1px 3px 2px #bbe70f;
  box-shadow:         1px 1px 3px 2px #bbe70f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,231,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbe70f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbe70f;
  -webkit-box-shadow: 1px 1px 3px 2px #bbe70f;
  box-shadow:         1px 1px 3px 2px #bbe70f;">
Div content here</div>

This div box has shadow with color #bbe70f


Comments

No comments written yet.

Please login to write comment.