Color Hex Logo

#c4ebdd Color Hex

#C4EBDD
(196,235,221)
0 Favorites   0 Comments

Color spaces of #c4ebdd

RGB 196235221
HSL0.440.490.85
HSV158°17°92°
CMYK 0.170.000.06   0.08
XYZ65.524476.372979.6945
Yxy76.37290.29570.3447
Hunter Lab87.3916-19.09977.1061
CIE-Lab90.0322-15.33792.5735

#c4ebdd color RGB value is (196,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101011 11011101
Octal 304 353 335
Decimal 196 235 221
Hex C4 EB DD

RGB Percentages of Color #c4ebdd

%30.06
%36.04
%33.90

CMYK Percentages of Color #c4ebdd

%17
%0
%6
%8

Triadic Colors of #c4ebdd

#c4ebdd #ddc4eb #ebddc4

Analogous Colors of #c4ebdd

#c4ebdd #c4e6eb #c4ebca

Monochromatic Colors of #c4ebdd

#c4ebdd

Complementary Color

#c4ebdd #ebc4d2

#c4ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ebdd Color CSS Codes

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

#c4ebdd Text Font Color

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

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


#c4ebdd Background Color

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

This div background color is #c4ebdd


#c4ebdd Border Color

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

This div border color is #c4ebdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4ebdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ebdd


Comments

No comments written yet.

Please login to write comment.