color codes Logo

#bbd24f color codes

#BBD24F
(187,210,79)
0 Favorites   0 Comments

Color spaces of #bbd24f

RGB 18721079
HSL0.200.590.57
HSV71°62°82°
CMYK 0.110.000.62   0.18
XYZ44.951457.222516.0730
Yxy57.22250.38010.4839
Hunter Lab75.6456-26.308440.3541
CIE-Lab80.3046-25.548460.3422

#bbd24f color RGB value is (187,210,79).

#bbd24f hex color red value is 187, green value is 210 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bbd24f hue: 0.20 , saturation: 0.59 and the lightness value of bbd24f is 0.57.

The process color (four color CMYK) of #bbd24f color code is 0.11, 0.00, 0.62, 0.18. Web safe color of #bbd24f is #cccc66. Color #bbd24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 01001111
Octal 273 322 117
Decimal 187 210 79
Hex BB D2 4F

RGB Percentages of Color #bbd24f

%39.29
%44.12
%16.60

CMYK Percentages of Color #bbd24f

%11
%0
%62
%18

Triadic Colors of #bbd24f

#bbd24f #4fbbd2 #d24fbb

Analogous Colors of #bbd24f

#bbd24f #7ad24f #d2a84f

Monochromatic Colors of #bbd24f

#bbd24f

Complementary Color

#bbd24f #664fd2

#bbd24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd24f Color CSS Codes

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

#bbd24f Text Font Color

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

This sample text font color is #bbd24f
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.


#bbd24f Background Color

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

This div background color is #bbd24f


#bbd24f Border Color

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

This div border color is #bbd24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd24f


Comments

No comments written yet.

Please login to write comment.