Color Hex Logo

#d5eada Color Hex

#D5EADA
(213,234,218)
0 Favorites   0 Comments

Color spaces of #d5eada

RGB 213234218
HSL0.370.330.88
HSV134°92°
CMYK 0.090.000.07   0.08
XYZ69.518378.053777.7315
Yxy78.05370.30860.3464
Hunter Lab88.3480-14.15299.6783
CIE-Lab90.8044-9.86855.3971

#d5eada color RGB value is (213,234,218).

#d5eada hex color red value is 213, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d5eada hue: 0.37 , saturation: 0.33 and the lightness value of d5eada is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101010 11011010
Octal 325 352 332
Decimal 213 234 218
Hex D5 EA DA

RGB Percentages of Color #d5eada

%32.03
%35.19
%32.78

CMYK Percentages of Color #d5eada

%9
%0
%7
%8

Triadic Colors of #d5eada

#d5eada #dad5ea #eadad5

Analogous Colors of #d5eada

#d5eada #d5eae5 #dbead5

Monochromatic Colors of #d5eada

#d5eada

Complementary Color

#d5eada #ead5e5

#d5eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eada Color CSS Codes

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

#d5eada Text Font Color

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

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


#d5eada Background Color

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

This div background color is #d5eada


#d5eada Border Color

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

This div border color is #d5eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5eada


Comments

No comments written yet.

Please login to write comment.