Color Hex Logo

#c4eada Color Hex

#C4EADA
(196,234,218)
1 Favorites   0 Comments

Color spaces of #c4eada

RGB 196234218
HSL0.430.480.84
HSV155°16°92°
CMYK 0.160.000.07   0.08
XYZ64.842775.643477.5127
Yxy75.64340.29740.3470
Hunter Lab86.9732-19.12288.0405
CIE-Lab89.6935-15.41523.6496

#c4eada color RGB value is (196,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101010 11011010
Octal 304 352 332
Decimal 196 234 218
Hex C4 EA DA

RGB Percentages of Color #c4eada

%30.25
%36.11
%33.64

CMYK Percentages of Color #c4eada

%16
%0
%7
%8

Triadic Colors of #c4eada

#c4eada #dac4ea #eadac4

Analogous Colors of #c4eada

#c4eada #c4e7ea #c4eac7

Monochromatic Colors of #c4eada

#c4eada

Complementary Color

#c4eada #eac4d4

#c4eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4eada Color CSS Codes

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

#c4eada Text Font Color

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

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


#c4eada Background Color

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

This div background color is #c4eada


#c4eada Border Color

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

This div border color is #c4eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4eada


Comments

No comments written yet.

Please login to write comment.