Color Hex Logo

#d0edea Color Hex

#D0EDEA
(208,237,234)
0 Favorites   0 Comments

Color spaces of #d0edea

RGB 208237234
HSL0.480.450.87
HSV174°12°93°
CMYK 0.120.000.01   0.07
XYZ71.147979.918889.5179
Yxy79.91880.29570.3322
Hunter Lab89.3973-14.38403.2081
CIE-Lab91.6484-10.0136-1.7606

#d0edea color RGB value is (208,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101101 11101010
Octal 320 355 352
Decimal 208 237 234
Hex D0 ED EA

RGB Percentages of Color #d0edea

%30.63
%34.90
%34.46

CMYK Percentages of Color #d0edea

%12
%0
%1
%7

Triadic Colors of #d0edea

#d0edea #ead0ed #edead0

Analogous Colors of #d0edea

#d0edea #d0e2ed #d0eddc

Monochromatic Colors of #d0edea

#d0edea

Complementary Color

#d0edea #edd0d3

#d0edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0edea Color CSS Codes

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

#d0edea Text Font Color

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

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


#d0edea Background Color

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

This div background color is #d0edea


#d0edea Border Color

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

This div border color is #d0edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0edea


Comments

No comments written yet.

Please login to write comment.