Color Hex Logo

#c4ebda Color Hex

#C4EBDA
(196,235,218)
0 Favorites   0 Comments

Color spaces of #c4ebda

RGB 196235218
HSL0.430.490.85
HSV154°17°92°
CMYK 0.170.000.07   0.08
XYZ65.128276.214477.6079
Yxy76.21440.29750.3481
Hunter Lab87.3009-19.61198.4035
CIE-Lab89.9588-15.91354.0339

#c4ebda color RGB value is (196,235,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101011 11011010
Octal 304 353 332
Decimal 196 235 218
Hex C4 EB DA

RGB Percentages of Color #c4ebda

%30.20
%36.21
%33.59

CMYK Percentages of Color #c4ebda

%17
%0
%7
%8

Triadic Colors of #c4ebda

#c4ebda #dac4eb #ebdac4

Analogous Colors of #c4ebda

#c4ebda #c4e9eb #c4ebc7

Monochromatic Colors of #c4ebda

#c4ebda

Complementary Color

#c4ebda #ebc4d5

#c4ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ebda Color CSS Codes

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

#c4ebda Text Font Color

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

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


#c4ebda Background Color

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

This div background color is #c4ebda


#c4ebda Border Color

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

This div border color is #c4ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ebda


Comments

No comments written yet.

Please login to write comment.