Color Hex Logo

#d3eaef Color Hex

#D3EAEF
(211,234,239)
0 Favorites   0 Comments

Color spaces of #d3eaef

RGB 211234239
HSL0.530.470.88
HSV191°12°94°
CMYK 0.120.020.00   0.06
XYZ71.866878.926593.1079
Yxy78.92650.29470.3236
Hunter Lab88.8406-11.07500.0505
CIE-Lab91.2010-6.5612-5.0038

#d3eaef color RGB value is (211,234,239).

#d3eaef hex color red value is 211, green value is 234 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d3eaef hue: 0.53 , saturation: 0.47 and the lightness value of d3eaef is 0.88.

The process color (four color CMYK) of #d3eaef color hex is 0.12, 0.02, 0.00, 0.06. Web safe color of #d3eaef is #ccffff. Color #d3eaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101010 11101111
Octal 323 352 357
Decimal 211 234 239
Hex D3 EA EF

RGB Percentages of Color #d3eaef

%30.85
%34.21
%34.94

CMYK Percentages of Color #d3eaef

%12
%2
%0
%6

Triadic Colors of #d3eaef

#d3eaef #efd3ea #eaefd3

Analogous Colors of #d3eaef

#d3eaef #d3dcef #d3efe6

Monochromatic Colors of #d3eaef

#d3eaef

Complementary Color

#d3eaef #efd8d3

#d3eaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eaef Color CSS Codes

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

#d3eaef Text Font Color

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

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


#d3eaef Background Color

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

This div background color is #d3eaef


#d3eaef Border Color

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

This div border color is #d3eaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eaef

#d3eaef Color Palettes


Comments

No comments written yet.

Please login to write comment.