Color Hex Logo

#ccfae0 Color Hex

#CCFAE0
(204,250,224)
0 Favorites   0 Comments

Color spaces of #ccfae0

RGB 204250224
HSL0.410.820.89
HSV146°18°98°
CMYK 0.180.000.10   0.02
XYZ72.542086.590483.4113
Yxy86.59040.29910.3570
Hunter Lab93.0540-23.691311.9917
CIE-Lab94.5642-19.63567.6277

#ccfae0 color RGB value is (204,250,224).

#ccfae0 hex color red value is 204, green value is 250 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #ccfae0 hue: 0.41 , saturation: 0.82 and the lightness value of ccfae0 is 0.89.

The process color (four color CMYK) of #ccfae0 color hex is 0.18, 0.00, 0.10, 0.02. Web safe color of #ccfae0 is #ccffcc. Color #ccfae0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11100000
Octal 314 372 340
Decimal 204 250 224
Hex CC FA E0

RGB Percentages of Color #ccfae0

%30.09
%36.87
%33.04

CMYK Percentages of Color #ccfae0

%18
%0
%10
%2

Triadic Colors of #ccfae0

#ccfae0 #e0ccfa #fae0cc

Analogous Colors of #ccfae0

#ccfae0 #ccfaf7 #cffacc

Monochromatic Colors of #ccfae0

#ccfae0

Complementary Color

#ccfae0 #facce6

#ccfae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfae0 Color CSS Codes

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

#ccfae0 Text Font Color

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

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


#ccfae0 Background Color

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

This div background color is #ccfae0


#ccfae0 Border Color

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

This div border color is #ccfae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfae0


Comments

No comments written yet.

Please login to write comment.