Color Hex Logo

#b0cb5d Color Hex

#B0CB5D
(176,203,93)
0 Favorites   0 Comments

Color spaces of #b0cb5d

RGB 17620393
HSL0.210.510.58
HSV75°54°80°
CMYK 0.130.000.54   0.20
XYZ41.236252.732318.3609
Yxy52.73230.36710.4694
Hunter Lab72.6170-25.717035.8407
CIE-Lab77.7167-25.435951.0858

#b0cb5d color RGB value is (176,203,93).

#b0cb5d hex color red value is 176, green value is 203 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b0cb5d hue: 0.21 , saturation: 0.51 and the lightness value of b0cb5d is 0.58.

The process color (four color CMYK) of #b0cb5d color hex is 0.13, 0.00, 0.54, 0.20. Web safe color of #b0cb5d is #99cc66. Color #b0cb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001011 01011101
Octal 260 313 135
Decimal 176 203 93
Hex B0 CB 5D

RGB Percentages of Color #b0cb5d

%37.29
%43.01
%19.70

CMYK Percentages of Color #b0cb5d

%13
%0
%54
%20

Triadic Colors of #b0cb5d

#b0cb5d #5db0cb #cb5db0

Analogous Colors of #b0cb5d

#b0cb5d #79cb5d #cbaf5d

Monochromatic Colors of #b0cb5d

#b0cb5d

Complementary Color

#b0cb5d #785dcb

#b0cb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0cb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0cb5d Color CSS Codes

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

#b0cb5d Text Font Color

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

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


#b0cb5d Background Color

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

This div background color is #b0cb5d


#b0cb5d Border Color

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

This div border color is #b0cb5d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,203,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 #b0cb5d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0cb5d


Comments

No comments written yet.

Please login to write comment.