Color Hex Logo

#d8eaeb Color Hex

#D8EAEB
(216,234,235)
0 Favorites   0 Comments

Color spaces of #d8eaeb

RGB 216234235
HSL0.510.320.88
HSV183°92°
CMYK 0.080.000.00   0.08
XYZ72.737179.442790.0976
Yxy79.44270.30020.3279
Hunter Lab89.1306-10.30962.4582
CIE-Lab91.4342-5.7350-2.5335

#d8eaeb color RGB value is (216,234,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11101011
Octal 330 352 353
Decimal 216 234 235
Hex D8 EA EB

RGB Percentages of Color #d8eaeb

%31.53
%34.16
%34.31

CMYK Percentages of Color #d8eaeb

%8
%0
%0
%8

Triadic Colors of #d8eaeb

#d8eaeb #ebd8ea #eaebd8

Analogous Colors of #d8eaeb

#d8eaeb #d8e1eb #d8ebe3

Monochromatic Colors of #d8eaeb

#d8eaeb

Complementary Color

#d8eaeb #ebd9d8

#d8eaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eaeb Color CSS Codes

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

#d8eaeb Text Font Color

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

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


#d8eaeb Background Color

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

This div background color is #d8eaeb


#d8eaeb Border Color

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

This div border color is #d8eaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eaeb


Comments

No comments written yet.

Please login to write comment.