Color Hex Logo

#ccfcea Color Hex

#CCFCEA
(204,252,234)
0 Favorites   0 Comments

Color spaces of #ccfcea

RGB 204252234
HSL0.440.890.89
HSV158°19°99°
CMYK 0.190.000.07   0.01
XYZ74.563588.398790.9746
Yxy88.39870.29360.3481
Hunter Lab94.0206-22.97578.4452
CIE-Lab95.3286-18.72473.5737

#ccfcea color RGB value is (204,252,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111100 11101010
Octal 314 374 352
Decimal 204 252 234
Hex CC FC EA

RGB Percentages of Color #ccfcea

%29.57
%36.52
%33.91

CMYK Percentages of Color #ccfcea

%19
%0
%7
%1

Triadic Colors of #ccfcea

#ccfcea #eaccfc #fceacc

Analogous Colors of #ccfcea

#ccfcea #ccf6fc #ccfcd2

Monochromatic Colors of #ccfcea

#ccfcea

Complementary Color

#ccfcea #fcccde

#ccfcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfcea Color CSS Codes

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

#ccfcea Text Font Color

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

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


#ccfcea Background Color

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

This div background color is #ccfcea


#ccfcea Border Color

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

This div border color is #ccfcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfcea


Comments

No comments written yet.

Please login to write comment.