Color Hex Logo

#d6efee Color Hex

#D6EFEE
(214,239,238)
0 Favorites   0 Comments

Color spaces of #d6efee

RGB 214239238
HSL0.490.440.89
HSV178°10°94°
CMYK 0.100.000.00   0.06
XYZ74.030782.202292.8537
Yxy82.20220.29720.3300
Hunter Lab90.6654-12.91462.7448
CIE-Lab92.6640-8.3406-2.3085

#d6efee color RGB value is (214,239,238).

#d6efee hex color red value is 214, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d6efee hue: 0.49 , saturation: 0.44 and the lightness value of d6efee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101111 11101110
Octal 326 357 356
Decimal 214 239 238
Hex D6 EF EE

RGB Percentages of Color #d6efee

%30.97
%34.59
%34.44

CMYK Percentages of Color #d6efee

%10
%0
%0
%6

Triadic Colors of #d6efee

#d6efee #eed6ef #efeed6

Analogous Colors of #d6efee

#d6efee #d6e4ef #d6efe2

Monochromatic Colors of #d6efee

#d6efee

Complementary Color

#d6efee #efd6d7

#d6efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6efee Color CSS Codes

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

#d6efee Text Font Color

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

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


#d6efee Background Color

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

This div background color is #d6efee


#d6efee Border Color

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

This div border color is #d6efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6efee

#d6efee Color Palettes


Comments

No comments written yet.

Please login to write comment.