Color Hex Logo

#ccfcec Color Hex

#CCFCEC
(204,252,236)
0 Favorites   0 Comments

Color spaces of #ccfcec

RGB 204252236
HSL0.440.890.89
HSV160°19°99°
CMYK 0.190.000.06   0.01
XYZ74.852688.514392.4967
Yxy88.51430.29250.3459
Hunter Lab94.0820-22.62727.5665
CIE-Lab95.3771-18.33862.6125

#ccfcec color RGB value is (204,252,236).

#ccfcec hex color red value is 204, green value is 252 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccfcec hue: 0.44 , saturation: 0.89 and the lightness value of ccfcec is 0.89.

The process color (four color CMYK) of #ccfcec color hex is 0.19, 0.00, 0.06, 0.01. Web safe color of #ccfcec is #ccffff. Color #ccfcec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11101100
Octal 314 374 354
Decimal 204 252 236
Hex CC FC EC

RGB Percentages of Color #ccfcec

%29.48
%36.42
%34.10

CMYK Percentages of Color #ccfcec

%19
%0
%6
%1

Triadic Colors of #ccfcec

#ccfcec #ecccfc #fceccc

Analogous Colors of #ccfcec

#ccfcec #ccf4fc #ccfcd4

Monochromatic Colors of #ccfcec

#ccfcec

Complementary Color

#ccfcec #fcccdc

#ccfcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcec Color CSS Codes

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

#ccfcec Text Font Color

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

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


#ccfcec Background Color

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

This div background color is #ccfcec


#ccfcec Border Color

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

This div border color is #ccfcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcec

Related Colors


Comments

No comments written yet.

Please login to write comment.