Color Hex Logo

#ccfac4 Color Hex

#CCFAC4
(204,250,196)
0 Favorites   0 Comments

Color spaces of #ccfac4

RGB 204250196
HSL0.310.840.87
HSV111°22°98°
CMYK 0.180.000.22   0.02
XYZ69.051385.194165.0293
Yxy85.19410.31490.3885
Hunter Lab92.3007-27.988022.8384
CIE-Lab93.9667-24.510121.1702

#ccfac4 color RGB value is (204,250,196).

#ccfac4 hex color red value is 204, green value is 250 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #ccfac4 hue: 0.31 , saturation: 0.84 and the lightness value of ccfac4 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 11000100
Octal 314 372 304
Decimal 204 250 196
Hex CC FA C4

RGB Percentages of Color #ccfac4

%31.38
%38.46
%30.15

CMYK Percentages of Color #ccfac4

%18
%0
%22
%2

Triadic Colors of #ccfac4

#ccfac4 #c4ccfa #fac4cc

Analogous Colors of #ccfac4

#ccfac4 #c4fad7 #e7fac4

Monochromatic Colors of #ccfac4

#ccfac4

Complementary Color

#ccfac4 #f2c4fa

#ccfac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfac4 Color CSS Codes

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

#ccfac4 Text Font Color

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

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


#ccfac4 Background Color

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

This div background color is #ccfac4


#ccfac4 Border Color

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

This div border color is #ccfac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfac4


Comments

No comments written yet.

Please login to write comment.