Color Hex Logo

#ccfaab Color Hex

#CCFAAB
(204,250,171)
0 Favorites   0 Comments

Color spaces of #ccfaab

RGB 204250171
HSL0.260.890.83
HSV95°32°98°
CMYK 0.180.000.32   0.02
XYZ66.438184.148951.2688
Yxy84.14890.32910.4169
Hunter Lab91.7327-31.252331.0761
CIE-Lab93.5151-28.306933.2247

#ccfaab color RGB value is (204,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10101011
Octal 314 372 253
Decimal 204 250 171
Hex CC FA AB

RGB Percentages of Color #ccfaab

%32.64
%40.00
%27.36

CMYK Percentages of Color #ccfaab

%18
%0
%32
%2

Triadic Colors of #ccfaab

#ccfaab #abccfa #faabcc

Analogous Colors of #ccfaab

#ccfaab #abfab2 #f4faab

Monochromatic Colors of #ccfaab

#ccfaab

Complementary Color

#ccfaab #d9abfa

#ccfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfaab Color CSS Codes

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

#ccfaab Text Font Color

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

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


#ccfaab Background Color

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

This div background color is #ccfaab


#ccfaab Border Color

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

This div border color is #ccfaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfaab


Comments

No comments written yet.

Please login to write comment.