Color Hex Logo

#bbd05d Color Hex

#BBD05D
(187,208,93)
0 Favorites   0 Comments

Color spaces of #bbd05d

RGB 18720893
HSL0.200.550.59
HSV71°55°82°
CMYK 0.100.000.55   0.18
XYZ45.025256.466918.8820
Yxy56.46690.37400.4691
Hunter Lab75.1445-24.548837.7030
CIE-Lab79.8788-23.500153.7781

#bbd05d color RGB value is (187,208,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 01011101
Octal 273 320 135
Decimal 187 208 93
Hex BB D0 5D

RGB Percentages of Color #bbd05d

%38.32
%42.62
%19.06

CMYK Percentages of Color #bbd05d

%10
%0
%55
%18

Triadic Colors of #bbd05d

#bbd05d #5dbbd0 #d05dbb

Analogous Colors of #bbd05d

#bbd05d #82d05d #d0ac5d

Monochromatic Colors of #bbd05d

#bbd05d

Complementary Color

#bbd05d #725dd0

#bbd05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd05d Color CSS Codes

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

#bbd05d Text Font Color

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

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


#bbd05d Background Color

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

This div background color is #bbd05d


#bbd05d Border Color

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

This div border color is #bbd05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd05d


Comments

No comments written yet.

Please login to write comment.