Color Hex Logo

#c2edeb Color Hex

#C2EDEB
(194,237,235)
0 Favorites   0 Comments

Color spaces of #c2edeb

RGB 194237235
HSL0.490.540.85
HSV177°18°93°
CMYK 0.180.000.01   0.07
XYZ67.527778.035990.1006
Yxy78.03590.28650.3311
Hunter Lab88.3379-18.14161.3635
CIE-Lab90.7963-14.1751-3.6354

#c2edeb color RGB value is (194,237,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101101 11101011
Octal 302 355 353
Decimal 194 237 235
Hex C2 ED EB

RGB Percentages of Color #c2edeb

%29.13
%35.59
%35.29

CMYK Percentages of Color #c2edeb

%18
%0
%1
%7

Triadic Colors of #c2edeb

#c2edeb #ebc2ed #edebc2

Analogous Colors of #c2edeb

#c2edeb #c2daed #c2edd6

Monochromatic Colors of #c2edeb

#c2edeb

Complementary Color

#c2edeb #edc2c4

#c2edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2edeb Color CSS Codes

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

#c2edeb Text Font Color

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

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


#c2edeb Background Color

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

This div background color is #c2edeb


#c2edeb Border Color

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

This div border color is #c2edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2edeb


Comments

No comments written yet.

Please login to write comment.