Color Hex Logo

#bbd00c Color Hex

#BBD00C
(187,208,12)
0 Favorites   0 Comments

Color spaces of #bbd00c

RGB 18720812
HSL0.180.890.43
HSV66°94°82°
CMYK 0.100.000.94   0.18
XYZ43.115855.70318.8272
Yxy55.70310.40050.5175
Hunter Lab74.6345-27.492345.2318
CIE-Lab79.4445-27.217877.9995

#bbd00c color RGB value is (187,208,12).

#bbd00c hex color red value is 187, green value is 208 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bbd00c hue: 0.18 , saturation: 0.89 and the lightness value of bbd00c is 0.43.

The process color (four color CMYK) of #bbd00c color hex is 0.10, 0.00, 0.94, 0.18. Web safe color of #bbd00c is #cccc00. Color #bbd00c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00001100
Octal 273 320 14
Decimal 187 208 12
Hex BB D0 C

RGB Percentages of Color #bbd00c

%45.95
%51.11
%2.95

CMYK Percentages of Color #bbd00c

%10
%0
%94
%18

Triadic Colors of #bbd00c

#bbd00c #0cbbd0 #d00cbb

Analogous Colors of #bbd00c

#bbd00c #59d00c #d0830c

Monochromatic Colors of #bbd00c

#bbd00c

Complementary Color

#bbd00c #210cd0

#bbd00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd00c Color CSS Codes

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

#bbd00c Text Font Color

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

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


#bbd00c Background Color

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

This div background color is #bbd00c


#bbd00c Border Color

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

This div border color is #bbd00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd00c


Comments

No comments written yet.

Please login to write comment.