Color Hex Logo

#ceecaf Color Hex

#CEECAF
(206,236,175)
0 Favorites   0 Comments

Color spaces of #ceecaf

RGB 206236175
HSL0.250.620.81
HSV90°26°93°
CMYK 0.130.000.26   0.07
XYZ63.186976.207951.9367
Yxy76.20790.33020.3983
Hunter Lab87.2971-23.569225.8339
CIE-Lab89.9558-20.324626.4151

#ceecaf color RGB value is (206,236,175).

#ceecaf hex color red value is 206, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ceecaf hue: 0.25 , saturation: 0.62 and the lightness value of ceecaf is 0.81.

The process color (four color CMYK) of #ceecaf color hex is 0.13, 0.00, 0.26, 0.07. Web safe color of #ceecaf is #ccff99. Color #ceecaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101100 10101111
Octal 316 354 257
Decimal 206 236 175
Hex CE EC AF

RGB Percentages of Color #ceecaf

%33.39
%38.25
%28.36

CMYK Percentages of Color #ceecaf

%13
%0
%26
%7

Triadic Colors of #ceecaf

#ceecaf #afceec #ecafce

Analogous Colors of #ceecaf

#ceecaf #b0ecaf #ececaf

Monochromatic Colors of #ceecaf

#ceecaf

Complementary Color

#ceecaf #cdafec

#ceecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceecaf Color CSS Codes

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

#ceecaf Text Font Color

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

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


#ceecaf Background Color

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

This div background color is #ceecaf


#ceecaf Border Color

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

This div border color is #ceecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceecaf


Comments

No comments written yet.

Please login to write comment.