Color Hex Logo

#ccfcbf Color Hex

#CCFCBF
(204,252,191)
0 Favorites   0 Comments

Color spaces of #ccfcbf

RGB 204252191
HSL0.300.910.87
HSV107°24°99°
CMYK 0.190.000.24   0.01
XYZ69.116286.219862.2895
Yxy86.21980.31760.3962
Hunter Lab92.8546-29.629425.2248
CIE-Lab94.4063-26.264024.3275

#ccfcbf color RGB value is (204,252,191).

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

The process color (four color CMYK) of #ccfcbf color hex is 0.19, 0.00, 0.24, 0.01. Web safe color of #ccfcbf is #ccffcc. Color #ccfcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 10111111
Octal 314 374 277
Decimal 204 252 191
Hex CC FC BF

RGB Percentages of Color #ccfcbf

%31.53
%38.95
%29.52

CMYK Percentages of Color #ccfcbf

%19
%0
%24
%1

Triadic Colors of #ccfcbf

#ccfcbf #bfccfc #fcbfcc

Analogous Colors of #ccfcbf

#ccfcbf #bffcd1 #ebfcbf

Monochromatic Colors of #ccfcbf

#ccfcbf

Complementary Color

#ccfcbf #efbffc

#ccfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcbf Color CSS Codes

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

#ccfcbf Text Font Color

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

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


#ccfcbf Background Color

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

This div background color is #ccfcbf


#ccfcbf Border Color

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

This div border color is #ccfcbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,252,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 #ccfcbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcbf


Comments

No comments written yet.

Please login to write comment.