Color Hex Logo

#ccfaca Color Hex

#CCFACA
(204,250,202)
0 Favorites   0 Comments

Color spaces of #ccfaca

RGB 204250202
HSL0.330.830.89
HSV118°19°98°
CMYK 0.180.000.19   0.02
XYZ69.748185.472968.6989
Yxy85.47290.31150.3817
Hunter Lab92.4516-27.124720.6589
CIE-Lab94.0865-23.519718.2665

#ccfaca color RGB value is (204,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11001010
Octal 314 372 312
Decimal 204 250 202
Hex CC FA CA

RGB Percentages of Color #ccfaca

%31.10
%38.11
%30.79

CMYK Percentages of Color #ccfaca

%18
%0
%19
%2

Triadic Colors of #ccfaca

#ccfaca #caccfa #facacc

Analogous Colors of #ccfaca

#ccfaca #cafae0 #e4faca

Monochromatic Colors of #ccfaca

#ccfaca

Complementary Color

#ccfaca #f8cafa

#ccfaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfaca Color CSS Codes

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

#ccfaca Text Font Color

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

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


#ccfaca Background Color

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

This div background color is #ccfaca


#ccfaca Border Color

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

This div border color is #ccfaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfaca


Comments

No comments written yet.

Please login to write comment.