Color Hex Logo

#c2ebdd Color Hex

#C2EBDD
(194,235,221)
0 Favorites   0 Comments

Color spaces of #c2ebdd

RGB 194235221
HSL0.440.510.84
HSV160°17°92°
CMYK 0.170.000.06   0.08
XYZ65.007676.106579.6704
Yxy76.10650.29440.3447
Hunter Lab87.2390-19.65616.9212
CIE-Lab89.9088-15.97022.3788

#c2ebdd color RGB value is (194,235,221).

#c2ebdd hex color red value is 194, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c2ebdd hue: 0.44 , saturation: 0.51 and the lightness value of c2ebdd is 0.84.

The process color (four color CMYK) of #c2ebdd color hex is 0.17, 0.00, 0.06, 0.08. Web safe color of #c2ebdd is #ccffcc. Color #c2ebdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 11011101
Octal 302 353 335
Decimal 194 235 221
Hex C2 EB DD

RGB Percentages of Color #c2ebdd

%29.85
%36.15
%34.00

CMYK Percentages of Color #c2ebdd

%17
%0
%6
%8

Triadic Colors of #c2ebdd

#c2ebdd #ddc2eb #ebddc2

Analogous Colors of #c2ebdd

#c2ebdd #c2e5eb #c2ebc9

Monochromatic Colors of #c2ebdd

#c2ebdd

Complementary Color

#c2ebdd #ebc2d0

#c2ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebdd Color CSS Codes

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

#c2ebdd Text Font Color

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

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


#c2ebdd Background Color

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

This div background color is #c2ebdd


#c2ebdd Border Color

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

This div border color is #c2ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebdd


Comments

No comments written yet.

Please login to write comment.