Color Hex Logo

#ccface Color Hex

#CCFACE
(204,250,206)
0 Favorites   0 Comments

Color spaces of #ccface

RGB 204250206
HSL0.340.820.89
HSV123°18°98°
CMYK 0.180.000.18   0.02
XYZ70.228085.664871.2261
Yxy85.66480.30920.3772
Hunter Lab92.5553-26.531619.1620
CIE-Lab94.1688-22.842616.3303

#ccface color RGB value is (204,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11001110
Octal 314 372 316
Decimal 204 250 206
Hex CC FA CE

RGB Percentages of Color #ccface

%30.91
%37.88
%31.21

CMYK Percentages of Color #ccface

%18
%0
%18
%2

Triadic Colors of #ccface

#ccface #ceccfa #facecc

Analogous Colors of #ccface

#ccface #ccfae5 #e1facc

Monochromatic Colors of #ccface

#ccface

Complementary Color

#ccface #faccf8

#ccface Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccface Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccface Color CSS Codes

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

#ccface Text Font Color

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

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


#ccface Background Color

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

This div background color is #ccface


#ccface Border Color

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

This div border color is #ccface


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccface


Comments

No comments written yet.

Please login to write comment.