Color Hex Logo

#d9eaeb Color Hex

#D9EAEB
(217,234,235)
0 Favorites   0 Comments

Color spaces of #d9eaeb

RGB 217234235
HSL0.510.310.89
HSV183°92°
CMYK 0.080.000.00   0.08
XYZ73.033579.595590.1115
Yxy79.59550.30090.3279
Hunter Lab89.2163-10.00642.5665
CIE-Lab91.5031-5.4114-2.4244

#d9eaeb color RGB value is (217,234,235).

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

The process color (four color CMYK) of #d9eaeb color hex is 0.08, 0.00, 0.00, 0.08. Web safe color of #d9eaeb is #ccffff. Color #d9eaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 11101011
Octal 331 352 353
Decimal 217 234 235
Hex D9 EA EB

RGB Percentages of Color #d9eaeb

%31.63
%34.11
%34.26

CMYK Percentages of Color #d9eaeb

%8
%0
%0
%8

Triadic Colors of #d9eaeb

#d9eaeb #ebd9ea #eaebd9

Analogous Colors of #d9eaeb

#d9eaeb #d9e1eb #d9ebe3

Monochromatic Colors of #d9eaeb

#d9eaeb

Complementary Color

#d9eaeb #ebdad9

#d9eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eaeb Color CSS Codes

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

#d9eaeb Text Font Color

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

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


#d9eaeb Background Color

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

This div background color is #d9eaeb


#d9eaeb Border Color

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

This div border color is #d9eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eaeb


Comments

No comments written yet.

Please login to write comment.