Color Hex Logo

#bbd058 Color Hex

#BBD058
(187,208,88)
0 Favorites   0 Comments

Color spaces of #bbd058

RGB 18720888
HSL0.200.560.58
HSV71°58°82°
CMYK 0.100.000.58   0.18
XYZ44.810856.381117.7534
Yxy56.38110.37670.4740
Hunter Lab75.0873-24.877238.5428
CIE-Lab79.8302-23.910455.9622

#bbd058 color RGB value is (187,208,88).

#bbd058 hex color red value is 187, green value is 208 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bbd058 hue: 0.20 , saturation: 0.56 and the lightness value of bbd058 is 0.58.

The process color (four color CMYK) of #bbd058 color hex is 0.10, 0.00, 0.58, 0.18. Web safe color of #bbd058 is #cccc66. Color #bbd058 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 01011000
Octal 273 320 130
Decimal 187 208 88
Hex BB D0 58

RGB Percentages of Color #bbd058

%38.72
%43.06
%18.22

CMYK Percentages of Color #bbd058

%10
%0
%58
%18

Triadic Colors of #bbd058

#bbd058 #58bbd0 #d058bb

Analogous Colors of #bbd058

#bbd058 #7fd058 #d0a958

Monochromatic Colors of #bbd058

#bbd058

Complementary Color

#bbd058 #6d58d0

#bbd058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd058 Color CSS Codes

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

#bbd058 Text Font Color

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

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


#bbd058 Background Color

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

This div background color is #bbd058


#bbd058 Border Color

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

This div border color is #bbd058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd058


Comments

No comments written yet.

Please login to write comment.