Color Hex Logo

#d0ebad Color Hex

#D0EBAD
(208,235,173)
0 Favorites   0 Comments

Color spaces of #d0ebad

RGB 208235173
HSL0.240.610.80
HSV86°26°92°
CMYK 0.110.000.26   0.08
XYZ63.263675.843750.8401
Yxy75.84370.33310.3993
Hunter Lab87.0883-22.736626.3497
CIE-Lab89.7867-19.419427.2313

#d0ebad color RGB value is (208,235,173).

#d0ebad hex color red value is 208, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d0ebad hue: 0.24 , saturation: 0.61 and the lightness value of d0ebad is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101011 10101101
Octal 320 353 255
Decimal 208 235 173
Hex D0 EB AD

RGB Percentages of Color #d0ebad

%33.77
%38.15
%28.08

CMYK Percentages of Color #d0ebad

%11
%0
%26
%8

Triadic Colors of #d0ebad

#d0ebad #add0eb #ebadd0

Analogous Colors of #d0ebad

#d0ebad #b1ebad #ebe7ad

Monochromatic Colors of #d0ebad

#d0ebad

Complementary Color

#d0ebad #c8adeb

#d0ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ebad Color CSS Codes

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

#d0ebad Text Font Color

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

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


#d0ebad Background Color

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

This div background color is #d0ebad


#d0ebad Border Color

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

This div border color is #d0ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ebad


Comments

No comments written yet.

Please login to write comment.