Color Hex Logo

#d3efaa Color Hex

#D3EFAA
(211,239,170)
0 Favorites   0 Comments

Color spaces of #d3efaa

RGB 211239170
HSL0.230.680.80
HSV84°29°94°
CMYK 0.120.000.29   0.06
XYZ64.986278.484249.7540
Yxy78.48420.33630.4062
Hunter Lab88.5913-24.096028.7159
CIE-Lab91.0004-20.723830.4367

#d3efaa color RGB value is (211,239,170).

#d3efaa hex color red value is 211, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d3efaa hue: 0.23 , saturation: 0.68 and the lightness value of d3efaa is 0.80.

The process color (four color CMYK) of #d3efaa color hex is 0.12, 0.00, 0.29, 0.06. Web safe color of #d3efaa is #ccff99. Color #d3efaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101111 10101010
Octal 323 357 252
Decimal 211 239 170
Hex D3 EF AA

RGB Percentages of Color #d3efaa

%34.03
%38.55
%27.42

CMYK Percentages of Color #d3efaa

%12
%0
%29
%6

Triadic Colors of #d3efaa

#d3efaa #aad3ef #efaad3

Analogous Colors of #d3efaa

#d3efaa #b1efaa #efe9aa

Monochromatic Colors of #d3efaa

#d3efaa

Complementary Color

#d3efaa #c6aaef

#d3efaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3efaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3efaa Color CSS Codes

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

#d3efaa Text Font Color

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

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


#d3efaa Background Color

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

This div background color is #d3efaa


#d3efaa Border Color

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

This div border color is #d3efaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3efaa


Comments

No comments written yet.

Please login to write comment.