Color Hex Logo

#bbd002 Color Hex

#BBD002
(187,208,2)
0 Favorites   0 Comments

Color spaces of #bbd002

RGB 1872082
HSL0.180.980.41
HSV66°99°82°
CMYK 0.100.000.99   0.18
XYZ43.060355.68098.5354
Yxy55.68090.40140.5190
Hunter Lab74.6196-27.578545.4518
CIE-Lab79.4319-27.328078.9421

#bbd002 color RGB value is (187,208,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 00000010
Octal 273 320 2
Decimal 187 208 2
Hex BB D0 2

RGB Percentages of Color #bbd002

%47.10
%52.39
%0.50

CMYK Percentages of Color #bbd002

%10
%0
%99
%18

Triadic Colors of #bbd002

#bbd002 #02bbd0 #d002bb

Analogous Colors of #bbd002

#bbd002 #54d002 #d07e02

Monochromatic Colors of #bbd002

#bbd002

Complementary Color

#bbd002 #1702d0

#bbd002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd002 Color CSS Codes

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

#bbd002 Text Font Color

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

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


#bbd002 Background Color

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

This div background color is #bbd002


#bbd002 Border Color

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

This div border color is #bbd002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd002


Comments

No comments written yet.

Please login to write comment.