Color Hex Logo

#c4ebde Color Hex

#C4EBDE
(196,235,222)
0 Favorites   0 Comments

Color spaces of #c4ebde

RGB 196235222
HSL0.440.490.85
HSV160°17°92°
CMYK 0.170.000.06   0.08
XYZ65.658176.426480.3985
Yxy76.42640.29510.3435
Hunter Lab87.4222-18.92716.6690
CIE-Lab90.0569-15.14442.0870

#c4ebde color RGB value is (196,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101011 11011110
Octal 304 353 336
Decimal 196 235 222
Hex C4 EB DE

RGB Percentages of Color #c4ebde

%30.02
%35.99
%34.00

CMYK Percentages of Color #c4ebde

%17
%0
%6
%8

Triadic Colors of #c4ebde

#c4ebde #dec4eb #ebdec4

Analogous Colors of #c4ebde

#c4ebde #c4e5eb #c4ebcb

Monochromatic Colors of #c4ebde

#c4ebde

Complementary Color

#c4ebde #ebc4d1

#c4ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ebde Color CSS Codes

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

#c4ebde Text Font Color

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

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


#c4ebde Background Color

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

This div background color is #c4ebde


#c4ebde Border Color

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

This div border color is #c4ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ebde


Comments

No comments written yet.

Please login to write comment.