Color Hex Logo

#ccfaaf Color Hex

#CCFAAF
(204,250,175)
0 Favorites   0 Comments

Color spaces of #ccfaaf

RGB 204250175
HSL0.270.880.83
HSV97°30°98°
CMYK 0.180.000.30   0.02
XYZ66.825384.303753.3076
Yxy84.30370.32690.4124
Hunter Lab91.8170-30.765929.8490
CIE-Lab93.5822-27.735931.3046

#ccfaaf color RGB value is (204,250,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10101111
Octal 314 372 257
Decimal 204 250 175
Hex CC FA AF

RGB Percentages of Color #ccfaaf

%32.43
%39.75
%27.82

CMYK Percentages of Color #ccfaaf

%18
%0
%30
%2

Triadic Colors of #ccfaaf

#ccfaaf #afccfa #faafcc

Analogous Colors of #ccfaaf

#ccfaaf #affab8 #f2faaf

Monochromatic Colors of #ccfaaf

#ccfaaf

Complementary Color

#ccfaaf #ddaffa

#ccfaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfaaf Color CSS Codes

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

#ccfaaf Text Font Color

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

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


#ccfaaf Background Color

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

This div background color is #ccfaaf


#ccfaaf Border Color

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

This div border color is #ccfaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfaaf


Comments

No comments written yet.

Please login to write comment.