Color Hex Logo

#d9edeb Color Hex

#D9EDEB
(217,237,235)
0 Favorites   0 Comments

Color spaces of #d9edeb

RGB 217237235
HSL0.480.360.89
HSV174°93°
CMYK 0.080.000.01   0.07
XYZ73.894981.318290.3986
Yxy81.31820.30090.3311
Hunter Lab90.1766-11.53793.6877
CIE-Lab92.2731-6.9370-1.2960

#d9edeb color RGB value is (217,237,235).

#d9edeb hex color red value is 217, green value is 237 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d9edeb hue: 0.48 , saturation: 0.36 and the lightness value of d9edeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101101 11101011
Octal 331 355 353
Decimal 217 237 235
Hex D9 ED EB

RGB Percentages of Color #d9edeb

%31.49
%34.40
%34.11

CMYK Percentages of Color #d9edeb

%8
%0
%1
%7

Triadic Colors of #d9edeb

#d9edeb #ebd9ed #edebd9

Analogous Colors of #d9edeb

#d9edeb #d9e5ed #d9ede1

Monochromatic Colors of #d9edeb

#d9edeb

Complementary Color

#d9edeb #edd9db

#d9edeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9edeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9edeb Color CSS Codes

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

#d9edeb Text Font Color

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

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


#d9edeb Background Color

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

This div background color is #d9edeb


#d9edeb Border Color

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

This div border color is #d9edeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9edeb


Comments

No comments written yet.

Please login to write comment.