Color Hex Logo

#ccfada Color Hex

#CCFADA
(204,250,218)
0 Favorites   0 Comments

Color spaces of #ccfada

RGB 204250218
HSL0.380.820.89
HSV138°18°98°
CMYK 0.180.000.13   0.02
XYZ71.742386.270579.2003
Yxy86.27050.30240.3637
Hunter Lab92.8819-24.669414.4608
CIE-Lab94.4279-20.733310.5256

#ccfada color RGB value is (204,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11011010
Octal 314 372 332
Decimal 204 250 218
Hex CC FA DA

RGB Percentages of Color #ccfada

%30.36
%37.20
%32.44

CMYK Percentages of Color #ccfada

%18
%0
%13
%2

Triadic Colors of #ccfada

#ccfada #daccfa #fadacc

Analogous Colors of #ccfada

#ccfada #ccfaf1 #d5facc

Monochromatic Colors of #ccfada

#ccfada

Complementary Color

#ccfada #faccec

#ccfada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfada Color CSS Codes

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

#ccfada Text Font Color

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

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


#ccfada Background Color

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

This div background color is #ccfada


#ccfada Border Color

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

This div border color is #ccfada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfada


Comments

No comments written yet.

Please login to write comment.