Color Hex Logo

#d3ebae Color Hex

#D3EBAE
(211,235,174)
0 Favorites   0 Comments

Color spaces of #d3ebae

RGB 211235174
HSL0.230.600.80
HSV84°26°92°
CMYK 0.100.000.26   0.08
XYZ64.212376.321551.3916
Yxy76.32150.33460.3977
Hunter Lab87.3622-21.684126.2756
CIE-Lab90.0084-18.203527.0544

#d3ebae color RGB value is (211,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11101011 10101110
Octal 323 353 256
Decimal 211 235 174
Hex D3 EB AE

RGB Percentages of Color #d3ebae

%34.03
%37.90
%28.06

CMYK Percentages of Color #d3ebae

%10
%0
%26
%8

Triadic Colors of #d3ebae

#d3ebae #aed3eb #ebaed3

Analogous Colors of #d3ebae

#d3ebae #b5ebae #ebe5ae

Monochromatic Colors of #d3ebae

#d3ebae

Complementary Color

#d3ebae #c6aeeb

#d3ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ebae Color CSS Codes

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

#d3ebae Text Font Color

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

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


#d3ebae Background Color

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

This div background color is #d3ebae


#d3ebae Border Color

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

This div border color is #d3ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ebae


Comments

No comments written yet.

Please login to write comment.