Color Hex Logo

#d0efad Color Hex

#D0EFAD
(208,239,173)
0 Favorites   0 Comments

Color spaces of #d0efad

RGB 208239173
HSL0.240.670.81
HSV88°28°94°
CMYK 0.130.000.28   0.06
XYZ64.421878.160051.2262
Yxy78.16000.33240.4033
Hunter Lab88.4081-24.643827.5314
CIE-Lab90.8529-21.366828.6776

#d0efad color RGB value is (208,239,173).

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

The process color (four color CMYK) of #d0efad color hex is 0.13, 0.00, 0.28, 0.06. Web safe color of #d0efad is #ccff99. Color #d0efad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101111 10101101
Octal 320 357 255
Decimal 208 239 173
Hex D0 EF AD

RGB Percentages of Color #d0efad

%33.55
%38.55
%27.90

CMYK Percentages of Color #d0efad

%13
%0
%28
%6

Triadic Colors of #d0efad

#d0efad #add0ef #efadd0

Analogous Colors of #d0efad

#d0efad #afefad #efedad

Monochromatic Colors of #d0efad

#d0efad

Complementary Color

#d0efad #ccadef

#d0efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0efad Color CSS Codes

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

#d0efad Text Font Color

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

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


#d0efad Background Color

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

This div background color is #d0efad


#d0efad Border Color

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

This div border color is #d0efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0efad


Comments

No comments written yet.

Please login to write comment.