Color Hex Logo

#ccfed1 Color Hex

#CCFED1
(204,254,209)
0 Favorites   0 Comments

Color spaces of #ccfed1

RGB 204254209
HSL0.350.960.90
HSV126°20°100°
CMYK 0.200.000.18   0.00
XYZ71.852388.324473.5829
Yxy88.32440.30740.3778
Hunter Lab93.9811-27.996419.3654
CIE-Lab95.2974-24.248516.3818

#ccfed1 color RGB value is (204,254,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11111110 11010001
Octal 314 376 321
Decimal 204 254 209
Hex CC FE D1

RGB Percentages of Color #ccfed1

%30.58
%38.08
%31.33

CMYK Percentages of Color #ccfed1

%20
%0
%18
%0

Triadic Colors of #ccfed1

#ccfed1 #d1ccfe #fed1cc

Analogous Colors of #ccfed1

#ccfed1 #ccfeea #e0fecc

Monochromatic Colors of #ccfed1

#ccfed1

Complementary Color

#ccfed1 #feccf9

#ccfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccfed1 Color CSS Codes

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

#ccfed1 Text Font Color

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

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


#ccfed1 Background Color

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

This div background color is #ccfed1


#ccfed1 Border Color

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

This div border color is #ccfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccfed1

Related Colors


Comments

No comments written yet.

Please login to write comment.