Color Hex Logo

#c2ede8 Color Hex

#C2EDE8
(194,237,232)
0 Favorites   0 Comments

Color spaces of #c2ede8

RGB 194237232
HSL0.480.540.85
HSV173°18°93°
CMYK 0.180.000.02   0.07
XYZ67.097877.863987.8367
Yxy77.86390.28820.3345
Hunter Lab88.2405-18.69012.7497
CIE-Lab90.7178-14.7854-2.1848

#c2ede8 color RGB value is (194,237,232).

#c2ede8 hex color red value is 194, green value is 237 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #c2ede8 hue: 0.48 , saturation: 0.54 and the lightness value of c2ede8 is 0.85.

The process color (four color CMYK) of #c2ede8 color hex is 0.18, 0.00, 0.02, 0.07. Web safe color of #c2ede8 is #ccffff. Color #c2ede8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 11101000
Octal 302 355 350
Decimal 194 237 232
Hex C2 ED E8

RGB Percentages of Color #c2ede8

%29.26
%35.75
%34.99

CMYK Percentages of Color #c2ede8

%18
%0
%2
%7

Triadic Colors of #c2ede8

#c2ede8 #e8c2ed #ede8c2

Analogous Colors of #c2ede8

#c2ede8 #c2dded #c2edd3

Monochromatic Colors of #c2ede8

#c2ede8

Complementary Color

#c2ede8 #edc2c7

#c2ede8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ede8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ede8 Color CSS Codes

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

#c2ede8 Text Font Color

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

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


#c2ede8 Background Color

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

This div background color is #c2ede8


#c2ede8 Border Color

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

This div border color is #c2ede8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ede8


Comments

No comments written yet.

Please login to write comment.