Color Hex Logo

#ceeaad Color Hex

#CEEAAD
(206,234,173)
0 Favorites   0 Comments

Color spaces of #ceeaad

RGB 206234173
HSL0.240.590.80
HSV88°26°92°
CMYK 0.120.000.26   0.08
XYZ62.419274.984650.7188
Yxy74.98460.33180.3986
Hunter Lab86.5936-22.870925.8888
CIE-Lab89.3858-19.642226.6635

#ceeaad color RGB value is (206,234,173).

#ceeaad hex color red value is 206, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ceeaad hue: 0.24 , saturation: 0.59 and the lightness value of ceeaad is 0.80.

The process color (four color CMYK) of #ceeaad color hex is 0.12, 0.00, 0.26, 0.08. Web safe color of #ceeaad is #ccff99. Color #ceeaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 10101101
Octal 316 352 255
Decimal 206 234 173
Hex CE EA AD

RGB Percentages of Color #ceeaad

%33.61
%38.17
%28.22

CMYK Percentages of Color #ceeaad

%12
%0
%26
%8

Triadic Colors of #ceeaad

#ceeaad #adceea #eaadce

Analogous Colors of #ceeaad

#ceeaad #b0eaad #eae8ad

Monochromatic Colors of #ceeaad

#ceeaad

Complementary Color

#ceeaad #c9adea

#ceeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeaad Color CSS Codes

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

#ceeaad Text Font Color

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

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


#ceeaad Background Color

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

This div background color is #ceeaad


#ceeaad Border Color

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

This div border color is #ceeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeaad


Comments

No comments written yet.

Please login to write comment.