Color Hex Logo

#cceace Color Hex

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

Color spaces of #cceace

RGB 204234206
HSL0.340.420.86
HSV124°13°92°
CMYK 0.130.000.12   0.08
XYZ65.465276.139269.6385
Yxy76.13920.30990.3604
Hunter Lab87.2578-18.781413.7624
CIE-Lab89.9239-15.004310.3111

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

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

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

Base Numbers

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

RGB Percentages of Color #cceace

%31.68
%36.34
%31.99

CMYK Percentages of Color #cceace

%13
%0
%12
%8

Triadic Colors of #cceace

#cceace #ceccea #eacecc

Analogous Colors of #cceace

#cceace #cceadd #d9eacc

Monochromatic Colors of #cceace

#cceace

Complementary Color

#cceace #eacce8

#cceace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceace Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceace Color CSS Codes

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

#cceace Text Font Color

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

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


#cceace Background Color

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

This div background color is #cceace


#cceace Border Color

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

This div border color is #cceace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cceace


Comments

No comments written yet.

Please login to write comment.