Color Hex Logo

#d3eded Color Hex

#D3EDED
(211,237,237)
0 Favorites   0 Comments

Color spaces of #d3eded

RGB 211237237
HSL0.500.420.88
HSV180°11°93°
CMYK 0.110.000.00   0.07
XYZ72.434280.531791.8472
Yxy80.53170.29590.3290
Hunter Lab89.7395-12.96582.1351
CIE-Lab91.9229-8.4771-2.8985

#d3eded color RGB value is (211,237,237).

#d3eded hex color red value is 211, green value is 237 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d3eded hue: 0.50 , saturation: 0.42 and the lightness value of d3eded is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101101 11101101
Octal 323 355 355
Decimal 211 237 237
Hex D3 ED ED

RGB Percentages of Color #d3eded

%30.80
%34.60
%34.60

CMYK Percentages of Color #d3eded

%11
%0
%0
%7

Triadic Colors of #d3eded

#d3eded #edd3ed #ededd3

Analogous Colors of #d3eded

#d3eded #d3e0ed #d3ede0

Monochromatic Colors of #d3eded

#d3eded

Complementary Color

#d3eded #edd3d3

#d3eded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eded Color CSS Codes

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

#d3eded Text Font Color

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

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


#d3eded Background Color

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

This div background color is #d3eded


#d3eded Border Color

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

This div border color is #d3eded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eded

#d3eded Color Palettes


Comments

No comments written yet.

Please login to write comment.