Color Hex Logo

#ccfcee Color Hex

#CCFCEE
(204,252,238)
0 Favorites   0 Comments

Color spaces of #ccfcee

RGB 204252238
HSL0.450.890.89
HSV163°19°99°
CMYK 0.190.000.06   0.01
XYZ75.144988.631294.0359
Yxy88.63120.29150.3438
Hunter Lab94.1441-22.27546.6791
CIE-Lab95.4261-17.94961.6521

#ccfcee color RGB value is (204,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11101110
Octal 314 374 356
Decimal 204 252 238
Hex CC FC EE

RGB Percentages of Color #ccfcee

%29.39
%36.31
%34.29

CMYK Percentages of Color #ccfcee

%19
%0
%6
%1

Triadic Colors of #ccfcee

#ccfcee #eeccfc #fceecc

Analogous Colors of #ccfcee

#ccfcee #ccf2fc #ccfcd6

Monochromatic Colors of #ccfcee

#ccfcee

Complementary Color

#ccfcee #fcccda

#ccfcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcee Color CSS Codes

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

#ccfcee Text Font Color

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

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


#ccfcee Background Color

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

This div background color is #ccfcee


#ccfcee Border Color

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

This div border color is #ccfcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcee


Comments

No comments written yet.

Please login to write comment.