Color Hex Logo

#d8efef Color Hex

#D8EFEF
(216,239,239)
0 Favorites   0 Comments

Color spaces of #d8efef

RGB 216239239
HSL0.500.420.89
HSV180°10°94°
CMYK 0.100.000.00   0.06
XYZ74.765482.563993.6572
Yxy82.56390.29790.3290
Hunter Lab90.8647-12.13962.4931
CIE-Lab92.8232-7.5097-2.5796

#d8efef color RGB value is (216,239,239).

#d8efef hex color red value is 216, green value is 239 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d8efef hue: 0.50 , saturation: 0.42 and the lightness value of d8efef is 0.89.

The process color (four color CMYK) of #d8efef color hex is 0.10, 0.00, 0.00, 0.06. Web safe color of #d8efef is #ccffff. Color #d8efef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101111 11101111
Octal 330 357 357
Decimal 216 239 239
Hex D8 EF EF

RGB Percentages of Color #d8efef

%31.12
%34.44
%34.44

CMYK Percentages of Color #d8efef

%10
%0
%0
%6

Triadic Colors of #d8efef

#d8efef #efd8ef #efefd8

Analogous Colors of #d8efef

#d8efef #d8e4ef #d8efe4

Monochromatic Colors of #d8efef

#d8efef

Complementary Color

#d8efef #efd8d8

#d8efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8efef Color CSS Codes

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

#d8efef Text Font Color

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

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


#d8efef Background Color

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

This div background color is #d8efef


#d8efef Border Color

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

This div border color is #d8efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8efef


Comments

No comments written yet.

Please login to write comment.