Color Hex Logo

#cbd59b Color Hex

#CBD59B
(203,213,155)
0 Favorites   0 Comments

Color spaces of #cbd59b

RGB 203213155
HSL0.200.410.72
HSV70°27°84°
CMYK 0.050.000.27   0.16
XYZ54.339262.651640.2393
Yxy62.65160.34560.3985
Hunter Lab79.1528-15.975225.2654
CIE-Lab83.2587-12.858327.6110

#cbd59b color RGB value is (203,213,155).

#cbd59b hex color red value is 203, green value is 213 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cbd59b hue: 0.20 , saturation: 0.41 and the lightness value of cbd59b is 0.72.

The process color (four color CMYK) of #cbd59b color hex is 0.05, 0.00, 0.27, 0.16. Web safe color of #cbd59b is #cccc99. Color #cbd59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10011011
Octal 313 325 233
Decimal 203 213 155
Hex CB D5 9B

RGB Percentages of Color #cbd59b

%35.55
%37.30
%27.15

CMYK Percentages of Color #cbd59b

%5
%0
%27
%16

Triadic Colors of #cbd59b

#cbd59b #9bcbd5 #d59bcb

Analogous Colors of #cbd59b

#cbd59b #aed59b #d5c29b

Monochromatic Colors of #cbd59b

#cbd59b

Complementary Color

#cbd59b #a59bd5

#cbd59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd59b Color CSS Codes

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

#cbd59b Text Font Color

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

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


#cbd59b Background Color

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

This div background color is #cbd59b


#cbd59b Border Color

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

This div border color is #cbd59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd59b


Comments

No comments written yet.

Please login to write comment.