Color Hex Logo

#cedbaa Color Hex

#CEDBAA
(206,219,170)
0 Favorites   0 Comments

Color spaces of #cedbaa

RGB 206219170
HSL0.210.400.76
HSV76°22°86°
CMYK 0.060.000.22   0.14
XYZ58.040866.687147.8430
Yxy66.68710.33630.3864
Hunter Lab81.6622-16.041222.4276
CIE-Lab85.3457-12.637122.6852

#cedbaa color RGB value is (206,219,170).

#cedbaa hex color red value is 206, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cedbaa hue: 0.21 , saturation: 0.40 and the lightness value of cedbaa is 0.76.

The process color (four color CMYK) of #cedbaa color hex is 0.06, 0.00, 0.22, 0.14. Web safe color of #cedbaa is #cccc99. Color #cedbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011011 10101010
Octal 316 333 252
Decimal 206 219 170
Hex CE DB AA

RGB Percentages of Color #cedbaa

%34.62
%36.81
%28.57

CMYK Percentages of Color #cedbaa

%6
%0
%22
%14

Triadic Colors of #cedbaa

#cedbaa #aacedb #dbaace

Analogous Colors of #cedbaa

#cedbaa #b6dbaa #dbd0aa

Monochromatic Colors of #cedbaa

#cedbaa

Complementary Color

#cedbaa #b7aadb

#cedbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cedbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cedbaa Color CSS Codes

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

#cedbaa Text Font Color

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

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


#cedbaa Background Color

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

This div background color is #cedbaa


#cedbaa Border Color

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

This div border color is #cedbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cedbaa


Comments

No comments written yet.

Please login to write comment.