Color Hex Logo

#d6edea Color Hex

#D6EDEA
(214,237,234)
0 Favorites   0 Comments

Color spaces of #d6edea

RGB 214237234
HSL0.480.390.88
HSV172°10°93°
CMYK 0.100.000.01   0.07
XYZ72.867080.805089.5983
Yxy80.80500.29950.3322
Hunter Lab89.8916-12.61653.8276
CIE-Lab92.0448-8.0949-1.1332

#d6edea color RGB value is (214,237,234).

#d6edea hex color red value is 214, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d6edea hue: 0.48 , saturation: 0.39 and the lightness value of d6edea is 0.88.

The process color (four color CMYK) of #d6edea color hex is 0.10, 0.00, 0.01, 0.07. Web safe color of #d6edea is #ccffff. Color #d6edea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101101 11101010
Octal 326 355 352
Decimal 214 237 234
Hex D6 ED EA

RGB Percentages of Color #d6edea

%31.24
%34.60
%34.16

CMYK Percentages of Color #d6edea

%10
%0
%1
%7

Triadic Colors of #d6edea

#d6edea #ead6ed #edead6

Analogous Colors of #d6edea

#d6edea #d6e5ed #d6eddf

Monochromatic Colors of #d6edea

#d6edea

Complementary Color

#d6edea #edd6d9

#d6edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6edea Color CSS Codes

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

#d6edea Text Font Color

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

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


#d6edea Background Color

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

This div background color is #d6edea


#d6edea Border Color

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

This div border color is #d6edea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,237,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6edea


Comments

No comments written yet.

Please login to write comment.