Color Hex Logo

#ced49f Color Hex

#CED49F
(206,212,159)
0 Favorites   0 Comments

Color spaces of #ced49f

RGB 206212159
HSL0.190.380.73
HSV67°25°83°
CMYK 0.030.000.25   0.17
XYZ55.255162.712041.9933
Yxy62.71200.34540.3920
Hunter Lab79.1909-14.036523.9934
CIE-Lab83.2906-10.677225.6102

#ced49f color RGB value is (206,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010100 10011111
Octal 316 324 237
Decimal 206 212 159
Hex CE D4 9F

RGB Percentages of Color #ced49f

%35.70
%36.74
%27.56

CMYK Percentages of Color #ced49f

%3
%0
%25
%17

Triadic Colors of #ced49f

#ced49f #9fced4 #d49fce

Analogous Colors of #ced49f

#ced49f #b4d49f #d4c09f

Monochromatic Colors of #ced49f

#ced49f

Complementary Color

#ced49f #a59fd4

#ced49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced49f Color CSS Codes

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

#ced49f Text Font Color

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

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


#ced49f Background Color

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

This div background color is #ced49f


#ced49f Border Color

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

This div border color is #ced49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced49f

#ced49f Color Palettes


Comments

No comments written yet.

Please login to write comment.