Color Hex Logo

#ccfaaa Color Hex

#CCFAAA
(204,250,170)
0 Favorites   0 Comments

Color spaces of #ccfaaa

RGB 204250170
HSL0.260.890.82
HSV95°32°98°
CMYK 0.180.000.32   0.02
XYZ66.343184.110950.7686
Yxy84.11090.32970.4180
Hunter Lab91.7120-31.371731.3775
CIE-Lab93.4986-28.447533.7039

#ccfaaa color RGB value is (204,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10101010
Octal 314 372 252
Decimal 204 250 170
Hex CC FA AA

RGB Percentages of Color #ccfaaa

%32.69
%40.06
%27.24

CMYK Percentages of Color #ccfaaa

%18
%0
%32
%2

Triadic Colors of #ccfaaa

#ccfaaa #aaccfa #faaacc

Analogous Colors of #ccfaaa

#ccfaaa #aafab0 #f4faaa

Monochromatic Colors of #ccfaaa

#ccfaaa

Complementary Color

#ccfaaa #d8aafa

#ccfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfaaa Color CSS Codes

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

#ccfaaa Text Font Color

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

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


#ccfaaa Background Color

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

This div background color is #ccfaaa


#ccfaaa Border Color

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

This div border color is #ccfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfaaa


Comments

No comments written yet.

Please login to write comment.