Color Hex Logo

#ccfade Color Hex

#CCFADE
(204,250,222)
0 Favorites   0 Comments

Color spaces of #ccfade

RGB 204250222
HSL0.400.820.89
HSV143°18°98°
CMYK 0.180.000.11   0.02
XYZ72.272386.482581.9909
Yxy86.48250.30020.3592
Hunter Lab92.9960-24.020712.8235
CIE-Lab94.5183-20.00468.5932

#ccfade color RGB value is (204,250,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11011110
Octal 314 372 336
Decimal 204 250 222
Hex CC FA DE

RGB Percentages of Color #ccfade

%30.18
%36.98
%32.84

CMYK Percentages of Color #ccfade

%18
%0
%11
%2

Triadic Colors of #ccfade

#ccfade #deccfa #fadecc

Analogous Colors of #ccfade

#ccfade #ccfaf5 #d1facc

Monochromatic Colors of #ccfade

#ccfade

Complementary Color

#ccfade #facce8

#ccfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfade Color CSS Codes

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

#ccfade Text Font Color

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

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


#ccfade Background Color

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

This div background color is #ccfade


#ccfade Border Color

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

This div border color is #ccfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfade


Comments

No comments written yet.

Please login to write comment.