Color Hex Logo

#d1edda Color Hex

#D1EDDA
(209,237,218)
0 Favorites   0 Comments

Color spaces of #d1edda

RGB 209237218
HSL0.390.440.87
HSV139°12°93°
CMYK 0.120.000.08   0.07
XYZ69.233679.185677.9650
Yxy79.18560.30580.3498
Hunter Lab88.9863-16.848510.3437
CIE-Lab91.3182-12.69906.1041

#d1edda color RGB value is (209,237,218).

#d1edda hex color red value is 209, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d1edda hue: 0.39 , saturation: 0.44 and the lightness value of d1edda is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11101101 11011010
Octal 321 355 332
Decimal 209 237 218
Hex D1 ED DA

RGB Percentages of Color #d1edda

%31.48
%35.69
%32.83

CMYK Percentages of Color #d1edda

%12
%0
%8
%7

Triadic Colors of #d1edda

#d1edda #dad1ed #eddad1

Analogous Colors of #d1edda

#d1edda #d1ede8 #d6edd1

Monochromatic Colors of #d1edda

#d1edda

Complementary Color

#d1edda #edd1e4

#d1edda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1edda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1edda Color CSS Codes

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

#d1edda Text Font Color

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

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


#d1edda Background Color

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

This div background color is #d1edda


#d1edda Border Color

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

This div border color is #d1edda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1edda


Comments

No comments written yet.

Please login to write comment.