Color Hex Logo

#bbd25c Color Hex

#BBD25C
(187,210,92)
0 Favorites   0 Comments

Color spaces of #bbd25c

RGB 18721092
HSL0.200.570.59
HSV72°56°82°
CMYK 0.110.000.56   0.18
XYZ45.471957.430718.8138
Yxy57.43070.37360.4718
Hunter Lab75.7830-25.515438.3289
CIE-Lab80.4212-24.553454.8477

#bbd25c color RGB value is (187,210,92).

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

The process color (four color CMYK) of #bbd25c color hex is 0.11, 0.00, 0.56, 0.18. Web safe color of #bbd25c is #cccc66. Color #bbd25c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010010 01011100
Octal 273 322 134
Decimal 187 210 92
Hex BB D2 5C

RGB Percentages of Color #bbd25c

%38.24
%42.94
%18.81

CMYK Percentages of Color #bbd25c

%11
%0
%56
%18

Triadic Colors of #bbd25c

#bbd25c #5cbbd2 #d25cbb

Analogous Colors of #bbd25c

#bbd25c #80d25c #d2ae5c

Monochromatic Colors of #bbd25c

#bbd25c

Complementary Color

#bbd25c #735cd2

#bbd25c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd25c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd25c Color CSS Codes

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

#bbd25c Text Font Color

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

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


#bbd25c Background Color

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

This div background color is #bbd25c


#bbd25c Border Color

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

This div border color is #bbd25c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd25c


Comments

No comments written yet.

Please login to write comment.