Color Hex Logo

#ced59f Color Hex

#CED59F
(206,213,159)
0 Favorites   0 Comments

Color spaces of #ced59f

RGB 206213159
HSL0.190.390.73
HSV68°25°84°
CMYK 0.030.000.25   0.16
XYZ55.505963.213542.0768
Yxy63.21350.34520.3931
Hunter Lab79.5069-14.521524.2773
CIE-Lab83.5546-11.184625.9689

#ced59f color RGB value is (206,213,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010101 10011111
Octal 316 325 237
Decimal 206 213 159
Hex CE D5 9F

RGB Percentages of Color #ced59f

%35.64
%36.85
%27.51

CMYK Percentages of Color #ced59f

%3
%0
%25
%16

Triadic Colors of #ced59f

#ced59f #9fced5 #d59fce

Analogous Colors of #ced59f

#ced59f #b3d59f #d5c19f

Monochromatic Colors of #ced59f

#ced59f

Complementary Color

#ced59f #a69fd5

#ced59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced59f Color CSS Codes

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

#ced59f Text Font Color

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

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


#ced59f Background Color

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

This div background color is #ced59f


#ced59f Border Color

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

This div border color is #ced59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced59f


Comments

No comments written yet.

Please login to write comment.