Color Hex Logo

#ccead9 Color Hex

#CCEAD9
(204,234,217)
0 Favorites   0 Comments

Color spaces of #ccead9

RGB 204234217
HSL0.410.420.86
HSV146°13°92°
CMYK 0.130.000.07   0.08
XYZ66.849076.692876.9255
Yxy76.69280.30320.3479
Hunter Lab87.5744-16.99929.2217
CIE-Lab90.1800-13.01864.9405

#ccead9 color RGB value is (204,234,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101010 11011001
Octal 314 352 331
Decimal 204 234 217
Hex CC EA D9

RGB Percentages of Color #ccead9

%31.15
%35.73
%33.13

CMYK Percentages of Color #ccead9

%13
%0
%7
%8

Triadic Colors of #ccead9

#ccead9 #d9ccea #ead9cc

Analogous Colors of #ccead9

#ccead9 #cceae8 #ceeacc

Monochromatic Colors of #ccead9

#ccead9

Complementary Color

#ccead9 #eaccdd

#ccead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccead9 Color CSS Codes

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

#ccead9 Text Font Color

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

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


#ccead9 Background Color

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

This div background color is #ccead9


#ccead9 Border Color

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

This div border color is #ccead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccead9


Comments

No comments written yet.

Please login to write comment.