Color Hex Logo

#ced7aa Color Hex

#CED7AA
(206,215,170)
0 Favorites   0 Comments

Color spaces of #ced7aa

RGB 206215170
HSL0.200.360.75
HSV72°21°84°
CMYK 0.040.000.21   0.16
XYZ57.009764.625047.4993
Yxy64.62500.33710.3821
Hunter Lab80.3897-14.095621.2405
CIE-Lab84.2901-10.614321.2303

#ced7aa color RGB value is (206,215,170).

#ced7aa hex color red value is 206, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ced7aa hue: 0.20 , saturation: 0.36 and the lightness value of ced7aa is 0.75.

The process color (four color CMYK) of #ced7aa color hex is 0.04, 0.00, 0.21, 0.16. Web safe color of #ced7aa is #cccc99. Color #ced7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11010111 10101010
Octal 316 327 252
Decimal 206 215 170
Hex CE D7 AA

RGB Percentages of Color #ced7aa

%34.86
%36.38
%28.76

CMYK Percentages of Color #ced7aa

%4
%0
%21
%16

Triadic Colors of #ced7aa

#ced7aa #aaced7 #d7aace

Analogous Colors of #ced7aa

#ced7aa #b8d7aa #d7caaa

Monochromatic Colors of #ced7aa

#ced7aa

Complementary Color

#ced7aa #b3aad7

#ced7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ced7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ced7aa Color CSS Codes

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

#ced7aa Text Font Color

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

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


#ced7aa Background Color

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

This div background color is #ced7aa


#ced7aa Border Color

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

This div border color is #ced7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,215,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ced7aa


Comments

No comments written yet.

Please login to write comment.