Color Hex Logo

#ccfede Color Hex

#CCFEDE
(204,254,222)
0 Favorites   0 Comments

Color spaces of #ccfede

RGB 204254222
HSL0.390.960.90
HSV142°20°100°
CMYK 0.200.000.13   0.00
XYZ73.528588.994982.4096
Yxy88.99490.30020.3633
Hunter Lab94.3371-25.963014.2423
CIE-Lab95.5783-21.944710.1117

#ccfede color RGB value is (204,254,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11011110
Octal 314 376 336
Decimal 204 254 222
Hex CC FE DE

RGB Percentages of Color #ccfede

%30.00
%37.35
%32.65

CMYK Percentages of Color #ccfede

%20
%0
%13
%0

Triadic Colors of #ccfede

#ccfede #deccfe #fedecc

Analogous Colors of #ccfede

#ccfede #ccfef7 #d3fecc

Monochromatic Colors of #ccfede

#ccfede

Complementary Color

#ccfede #feccec

#ccfede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfede Color CSS Codes

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

#ccfede Text Font Color

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

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


#ccfede Background Color

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

This div background color is #ccfede


#ccfede Border Color

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

This div border color is #ccfede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfede


Comments

No comments written yet.

Please login to write comment.