Color Hex Logo

#ccfab4 Color Hex

#CCFAB4
(204,250,180)
0 Favorites   0 Comments

Color spaces of #ccfab4

RGB 204250180
HSL0.280.880.84
HSV99°28°98°
CMYK 0.180.000.28   0.02
XYZ67.325784.503955.9425
Yxy84.50390.32400.4067
Hunter Lab91.9260-30.138928.2667
CIE-Lab93.6689-27.002528.8986

#ccfab4 color RGB value is (204,250,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10110100
Octal 314 372 264
Decimal 204 250 180
Hex CC FA B4

RGB Percentages of Color #ccfab4

%32.18
%39.43
%28.39

CMYK Percentages of Color #ccfab4

%18
%0
%28
%2

Triadic Colors of #ccfab4

#ccfab4 #b4ccfa #fab4cc

Analogous Colors of #ccfab4

#ccfab4 #b4fabf #effab4

Monochromatic Colors of #ccfab4

#ccfab4

Complementary Color

#ccfab4 #e2b4fa

#ccfab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfab4 Color CSS Codes

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

#ccfab4 Text Font Color

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

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


#ccfab4 Background Color

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

This div background color is #ccfab4


#ccfab4 Border Color

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

This div border color is #ccfab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfab4


Comments

No comments written yet.

Please login to write comment.