Color Hex Logo

#ccfdac Color Hex

#CCFDAC
(204,253,172)
0 Favorites   0 Comments

Color spaces of #ccfdac

RGB 204253172
HSL0.270.950.83
HSV96°32°99°
CMYK 0.190.000.32   0.01
XYZ67.473586.066552.0860
Yxy86.06650.32810.4186
Hunter Lab92.7720-32.527231.6526
CIE-Lab94.3408-29.572533.8258

#ccfdac color RGB value is (204,253,172).

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

The process color (four color CMYK) of #ccfdac color hex is 0.19, 0.00, 0.32, 0.01. Web safe color of #ccfdac is #ccff99. Color #ccfdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111101 10101100
Octal 314 375 254
Decimal 204 253 172
Hex CC FD AC

RGB Percentages of Color #ccfdac

%32.43
%40.22
%27.34

CMYK Percentages of Color #ccfdac

%19
%0
%32
%1

Triadic Colors of #ccfdac

#ccfdac #acccfd #fdaccc

Analogous Colors of #ccfdac

#ccfdac #acfdb5 #f5fdac

Monochromatic Colors of #ccfdac

#ccfdac

Complementary Color

#ccfdac #ddacfd

#ccfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfdac Color CSS Codes

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

#ccfdac Text Font Color

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

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


#ccfdac Background Color

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

This div background color is #ccfdac


#ccfdac Border Color

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

This div border color is #ccfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfdac


Comments

No comments written yet.

Please login to write comment.