Color Hex Logo

#ceeacc Color Hex

#CEEACC
(206,234,204)
0 Favorites   0 Comments

Color spaces of #ceeacc

RGB 206234204
HSL0.320.420.86
HSV116°13°92°
CMYK 0.120.000.13   0.08
XYZ65.775576.327168.3926
Yxy76.32710.31250.3626
Hunter Lab87.3654-18.500614.7415
CIE-Lab90.0110-14.683011.4951

#ceeacc color RGB value is (206,234,204).

#ceeacc hex color red value is 206, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ceeacc hue: 0.32 , saturation: 0.42 and the lightness value of ceeacc is 0.86.

The process color (four color CMYK) of #ceeacc color hex is 0.12, 0.00, 0.13, 0.08. Web safe color of #ceeacc is #ccffcc. Color #ceeacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101010 11001100
Octal 316 352 314
Decimal 206 234 204
Hex CE EA CC

RGB Percentages of Color #ceeacc

%31.99
%36.34
%31.68

CMYK Percentages of Color #ceeacc

%12
%0
%13
%8

Triadic Colors of #ceeacc

#ceeacc #ccceea #eaccce

Analogous Colors of #ceeacc

#ceeacc #ccead9 #ddeacc

Monochromatic Colors of #ceeacc

#ceeacc

Complementary Color

#ceeacc #e8ccea

#ceeacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceeacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceeacc Color CSS Codes

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

#ceeacc Text Font Color

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

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


#ceeacc Background Color

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

This div background color is #ceeacc


#ceeacc Border Color

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

This div border color is #ceeacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceeacc

#ceeacc Color Palettes


Comments

No comments written yet.

Please login to write comment.