Color Hex Logo

#d3eeea Color Hex

#D3EEEA
(211,238,234)
0 Favorites   0 Comments

Color spaces of #d3eeea

RGB 211238234
HSL0.480.440.88
HSV171°11°93°
CMYK 0.110.000.02   0.07
XYZ72.289880.938589.6545
Yxy80.93850.29760.3332
Hunter Lab89.9658-14.01103.8913
CIE-Lab92.1043-9.5628-1.0698

#d3eeea color RGB value is (211,238,234).

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

The process color (four color CMYK) of #d3eeea color hex is 0.11, 0.00, 0.02, 0.07. Web safe color of #d3eeea is #ccffff. Color #d3eeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101110 11101010
Octal 323 356 352
Decimal 211 238 234
Hex D3 EE EA

RGB Percentages of Color #d3eeea

%30.89
%34.85
%34.26

CMYK Percentages of Color #d3eeea

%11
%0
%2
%7

Triadic Colors of #d3eeea

#d3eeea #ead3ee #eeead3

Analogous Colors of #d3eeea

#d3eeea #d3e5ee #d3eedd

Monochromatic Colors of #d3eeea

#d3eeea

Complementary Color

#d3eeea #eed3d7

#d3eeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3eeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3eeea Color CSS Codes

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

#d3eeea Text Font Color

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

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


#d3eeea Background Color

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

This div background color is #d3eeea


#d3eeea Border Color

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

This div border color is #d3eeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3eeea


Comments

No comments written yet.

Please login to write comment.