Color Hex Logo

#ceddae Color Hex

#CEDDAE
(206,221,174)
0 Favorites   0 Comments

Color spaces of #ceddae

RGB 206221174
HSL0.220.410.77
HSV79°21°87°
CMYK 0.070.000.21   0.13
XYZ58.950067.890750.0416
Yxy67.89070.33330.3838
Hunter Lab82.3958-16.485021.6684
CIE-Lab85.9518-13.046021.4359

#ceddae color RGB value is (206,221,174).

#ceddae hex color red value is 206, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ceddae hue: 0.22 , saturation: 0.41 and the lightness value of ceddae is 0.77.

The process color (four color CMYK) of #ceddae color hex is 0.07, 0.00, 0.21, 0.13. Web safe color of #ceddae is #cccc99. Color #ceddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11011101 10101110
Octal 316 335 256
Decimal 206 221 174
Hex CE DD AE

RGB Percentages of Color #ceddae

%34.28
%36.77
%28.95

CMYK Percentages of Color #ceddae

%7
%0
%21
%13

Triadic Colors of #ceddae

#ceddae #aecedd #ddaece

Analogous Colors of #ceddae

#ceddae #b7ddae #ddd5ae

Monochromatic Colors of #ceddae

#ceddae

Complementary Color

#ceddae #bdaedd

#ceddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceddae Color CSS Codes

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

#ceddae Text Font Color

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

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


#ceddae Background Color

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

This div background color is #ceddae


#ceddae Border Color

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

This div border color is #ceddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceddae


Comments

No comments written yet.

Please login to write comment.