Color Hex Logo

#ccfabf Color Hex

#CCFABF
(204,250,191)
0 Favorites   0 Comments

Color spaces of #ccfabf

RGB 204250191
HSL0.300.860.86
HSV107°24°98°
CMYK 0.180.000.24   0.02
XYZ68.491484.970262.0812
Yxy84.97020.31780.3942
Hunter Lab92.1793-28.684024.5947
CIE-Lab93.8703-25.312723.5887

#ccfabf color RGB value is (204,250,191).

#ccfabf hex color red value is 204, green value is 250 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ccfabf hue: 0.30 , saturation: 0.86 and the lightness value of ccfabf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111010 10111111
Octal 314 372 277
Decimal 204 250 191
Hex CC FA BF

RGB Percentages of Color #ccfabf

%31.63
%38.76
%29.61

CMYK Percentages of Color #ccfabf

%18
%0
%24
%2

Triadic Colors of #ccfabf

#ccfabf #bfccfa #fabfcc

Analogous Colors of #ccfabf

#ccfabf #bffad0 #eafabf

Monochromatic Colors of #ccfabf

#ccfabf

Complementary Color

#ccfabf #edbffa

#ccfabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfabf Color CSS Codes

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

#ccfabf Text Font Color

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

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


#ccfabf Background Color

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

This div background color is #ccfabf


#ccfabf Border Color

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

This div border color is #ccfabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfabf

Related Colors


Comments

No comments written yet.

Please login to write comment.