Color Hex Logo

#ccfeda Color Hex

#CCFEDA
(204,254,218)
0 Favorites   0 Comments

Color spaces of #ccfeda

RGB 204254218
HSL0.380.960.90
HSV137°20°100°
CMYK 0.200.000.14   0.00
XYZ72.998588.782979.6191
Yxy88.78290.30240.3678
Hunter Lab94.2247-26.604215.8577
CIE-Lab95.4896-22.668012.0397

#ccfeda color RGB value is (204,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11011010
Octal 314 376 332
Decimal 204 254 218
Hex CC FE DA

RGB Percentages of Color #ccfeda

%30.18
%37.57
%32.25

CMYK Percentages of Color #ccfeda

%20
%0
%14
%0

Triadic Colors of #ccfeda

#ccfeda #daccfe #fedacc

Analogous Colors of #ccfeda

#ccfeda #ccfef3 #d7fecc

Monochromatic Colors of #ccfeda

#ccfeda

Complementary Color

#ccfeda #feccf0

#ccfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfeda Color CSS Codes

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

#ccfeda Text Font Color

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

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


#ccfeda Background Color

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

This div background color is #ccfeda


#ccfeda Border Color

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

This div border color is #ccfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfeda


Comments

No comments written yet.

Please login to write comment.