Color Hex Logo

#c2ffd2 Color Hex

#C2FFD2
(194,255,210)
0 Favorites   0 Comments

Color spaces of #c2ffd2

RGB 194255210
HSL0.381.000.88
HSV136°24°100°
CMYK 0.240.000.18   0.00
XYZ69.641087.642574.2190
Yxy87.64250.30080.3786
Hunter Lab93.6176-31.046718.5278
CIE-Lab95.0102-27.732115.3825

#c2ffd2 color RGB value is (194,255,210).

#c2ffd2 hex color red value is 194, green value is 255 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #c2ffd2 hue: 0.38 , saturation: 1.00 and the lightness value of c2ffd2 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111111 11010010
Octal 302 377 322
Decimal 194 255 210
Hex C2 FF D2

RGB Percentages of Color #c2ffd2

%29.44
%38.69
%31.87

CMYK Percentages of Color #c2ffd2

%24
%0
%18
%0

Triadic Colors of #c2ffd2

#c2ffd2 #d2c2ff #ffd2c2

Analogous Colors of #c2ffd2

#c2ffd2 #c2fff1 #d1ffc2

Monochromatic Colors of #c2ffd2

#c2ffd2

Complementary Color

#c2ffd2 #ffc2ef

#c2ffd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ffd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ffd2 Color CSS Codes

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

#c2ffd2 Text Font Color

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

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


#c2ffd2 Background Color

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

This div background color is #c2ffd2


#c2ffd2 Border Color

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

This div border color is #c2ffd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ffd2

#c2ffd2 Color Palettes


Comments

No comments written yet.

Please login to write comment.