Color Hex Logo

#bbd00e Color Hex

#BBD00E
(187,208,14)
0 Favorites   0 Comments

Color spaces of #bbd00e

RGB 18720814
HSL0.180.870.44
HSV66°93°82°
CMYK 0.100.000.93   0.18
XYZ43.128755.70838.8951
Yxy55.70830.40030.5171
Hunter Lab74.6380-27.472345.1806
CIE-Lab79.4475-27.192377.7832

#bbd00e color RGB value is (187,208,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00001110
Octal 273 320 16
Decimal 187 208 14
Hex BB D0 E

RGB Percentages of Color #bbd00e

%45.72
%50.86
%3.42

CMYK Percentages of Color #bbd00e

%10
%0
%93
%18

Triadic Colors of #bbd00e

#bbd00e #0ebbd0 #d00ebb

Analogous Colors of #bbd00e

#bbd00e #5ad00e #d0840e

Monochromatic Colors of #bbd00e

#bbd00e

Complementary Color

#bbd00e #230ed0

#bbd00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd00e Color CSS Codes

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

#bbd00e Text Font Color

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

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


#bbd00e Background Color

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

This div background color is #bbd00e


#bbd00e Border Color

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

This div border color is #bbd00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd00e


Comments

No comments written yet.

Please login to write comment.