Color Hex Logo

#ccfee5 Color Hex

#CCFEE5
(204,254,229)
0 Favorites   0 Comments

Color spaces of #ccfee5

RGB 204254229
HSL0.420.960.90
HSV150°20°100°
CMYK 0.200.000.10   0.00
XYZ74.486589.378187.4546
Yxy89.37810.29640.3556
Hunter Lab94.5400-24.807811.3315
CIE-Lab95.7382-20.64926.7415

#ccfee5 color RGB value is (204,254,229).

#ccfee5 hex color red value is 204, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ccfee5 hue: 0.42 , saturation: 0.96 and the lightness value of ccfee5 is 0.90.

The process color (four color CMYK) of #ccfee5 color hex is 0.20, 0.00, 0.10, 0.00. Web safe color of #ccfee5 is #ccffcc. Color #ccfee5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11100101
Octal 314 376 345
Decimal 204 254 229
Hex CC FE E5

RGB Percentages of Color #ccfee5

%29.69
%36.97
%33.33

CMYK Percentages of Color #ccfee5

%20
%0
%10
%0

Triadic Colors of #ccfee5

#ccfee5 #e5ccfe #fee5cc

Analogous Colors of #ccfee5

#ccfee5 #ccfefe #ccfecc

Monochromatic Colors of #ccfee5

#ccfee5

Complementary Color

#ccfee5 #fecce5

#ccfee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfee5 Color CSS Codes

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

#ccfee5 Text Font Color

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

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


#ccfee5 Background Color

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

This div background color is #ccfee5


#ccfee5 Border Color

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

This div border color is #ccfee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfee5


Comments

No comments written yet.

Please login to write comment.