Color Hex Logo

#d3ebaa Color Hex

#D3EBAA
(211,235,170)
0 Favorites   0 Comments

Color spaces of #d3ebaa

RGB 211235170
HSL0.230.620.79
HSV82°28°92°
CMYK 0.100.000.28   0.08
XYZ63.828076.167849.3680
Yxy76.16780.33710.4022
Hunter Lab87.2742-22.183727.5536
CIE-Lab89.9372-18.773629.0030

#d3ebaa color RGB value is (211,235,170).

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

The process color (four color CMYK) of #d3ebaa color hex is 0.10, 0.00, 0.28, 0.08. Web safe color of #d3ebaa is #ccff99. Color #d3ebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101011 10101010
Octal 323 353 252
Decimal 211 235 170
Hex D3 EB AA

RGB Percentages of Color #d3ebaa

%34.25
%38.15
%27.60

CMYK Percentages of Color #d3ebaa

%10
%0
%28
%8

Triadic Colors of #d3ebaa

#d3ebaa #aad3eb #ebaad3

Analogous Colors of #d3ebaa

#d3ebaa #b3ebaa #ebe3aa

Monochromatic Colors of #d3ebaa

#d3ebaa

Complementary Color

#d3ebaa #c2aaeb

#d3ebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ebaa Color CSS Codes

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

#d3ebaa Text Font Color

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

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


#d3ebaa Background Color

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

This div background color is #d3ebaa


#d3ebaa Border Color

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

This div border color is #d3ebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ebaa


Comments

No comments written yet.

Please login to write comment.