Color Hex Logo

#d0eabf Color Hex

#D0EABF
(208,234,191)
0 Favorites   0 Comments

Color spaces of #d0eabf

RGB 208234191
HSL0.270.510.83
HSV96°18°92°
CMYK 0.110.000.18   0.08
XYZ64.839276.017160.5456
Yxy76.01710.32190.3774
Hunter Lab87.1878-19.833019.8588
CIE-Lab89.8673-16.172118.0658

#d0eabf color RGB value is (208,234,191).

#d0eabf hex color red value is 208, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d0eabf hue: 0.27 , saturation: 0.51 and the lightness value of d0eabf is 0.83.

The process color (four color CMYK) of #d0eabf color hex is 0.11, 0.00, 0.18, 0.08. Web safe color of #d0eabf is #ccffcc. Color #d0eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 10111111
Octal 320 352 277
Decimal 208 234 191
Hex D0 EA BF

RGB Percentages of Color #d0eabf

%32.86
%36.97
%30.17

CMYK Percentages of Color #d0eabf

%11
%0
%18
%8

Triadic Colors of #d0eabf

#d0eabf #bfd0ea #eabfd0

Analogous Colors of #d0eabf

#d0eabf #bfeac4 #e6eabf

Monochromatic Colors of #d0eabf

#d0eabf

Complementary Color

#d0eabf #d9bfea

#d0eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eabf Color CSS Codes

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

#d0eabf Text Font Color

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

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


#d0eabf Background Color

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

This div background color is #d0eabf


#d0eabf Border Color

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

This div border color is #d0eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eabf


Comments

No comments written yet.

Please login to write comment.