Color Hex Logo

#cbd59f Color Hex

#CBD59F
(203,213,159)
0 Favorites   0 Comments

Color spaces of #cbd59f

RGB 203213159
HSL0.200.390.73
HSV71°25°84°
CMYK 0.050.000.25   0.16
XYZ54.680962.788242.0382
Yxy62.78820.34280.3936
Hunter Lab79.2390-15.489824.0125
CIE-Lab83.3308-12.301025.6276

#cbd59f color RGB value is (203,213,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11010101 10011111
Octal 313 325 237
Decimal 203 213 159
Hex CB D5 9F

RGB Percentages of Color #cbd59f

%35.30
%37.04
%27.65

CMYK Percentages of Color #cbd59f

%5
%0
%25
%16

Triadic Colors of #cbd59f

#cbd59f #9fcbd5 #d59fcb

Analogous Colors of #cbd59f

#cbd59f #b0d59f #d5c49f

Monochromatic Colors of #cbd59f

#cbd59f

Complementary Color

#cbd59f #a99fd5

#cbd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbd59f Color CSS Codes

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

#cbd59f Text Font Color

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

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


#cbd59f Background Color

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

This div background color is #cbd59f


#cbd59f Border Color

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

This div border color is #cbd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbd59f


Comments

No comments written yet.

Please login to write comment.