Color Hex Logo

#c2fde1 Color Hex

#C2FDE1
(194,253,225)
0 Favorites   0 Comments

Color spaces of #c2fde1

RGB 194253225
HSL0.420.940.88
HSV152°23°99°
CMYK 0.230.000.11   0.01
XYZ70.964087.156184.3168
Yxy87.15610.29270.3595
Hunter Lab93.3574-27.691911.8018
CIE-Lab94.8045-24.00877.3821

#c2fde1 color RGB value is (194,253,225).

#c2fde1 hex color red value is 194, green value is 253 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #c2fde1 hue: 0.42 , saturation: 0.94 and the lightness value of c2fde1 is 0.88.

The process color (four color CMYK) of #c2fde1 color hex is 0.23, 0.00, 0.11, 0.01. Web safe color of #c2fde1 is #ccffcc. Color #c2fde1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111101 11100001
Octal 302 375 341
Decimal 194 253 225
Hex C2 FD E1

RGB Percentages of Color #c2fde1

%28.87
%37.65
%33.48

CMYK Percentages of Color #c2fde1

%23
%0
%11
%1

Triadic Colors of #c2fde1

#c2fde1 #e1c2fd #fde1c2

Analogous Colors of #c2fde1

#c2fde1 #c2fcfd #c2fdc4

Monochromatic Colors of #c2fde1

#c2fde1

Complementary Color

#c2fde1 #fdc2de

#c2fde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fde1 Color CSS Codes

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

#c2fde1 Text Font Color

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

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


#c2fde1 Background Color

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

This div background color is #c2fde1


#c2fde1 Border Color

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

This div border color is #c2fde1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,253,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2fde1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2fde1;
  -webkit-box-shadow: 1px 1px 3px 2px #c2fde1;
  box-shadow:         1px 1px 3px 2px #c2fde1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,253,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fde1

Related Colors


Comments

No comments written yet.

Please login to write comment.