Color Hex Logo

#d0e16e Color Hex

#D0E16E
(208,225,110)
0 Favorites   0 Comments

Color spaces of #d0e16e

RGB 208225110
HSL0.190.660.66
HSV69°51°88°
CMYK 0.080.000.51   0.12
XYZ55.752168.386125.0132
Yxy68.38610.37380.4585
Hunter Lab82.6959-24.376339.9536
CIE-Lab86.1991-21.966553.7157

#d0e16e color RGB value is (208,225,110).

#d0e16e hex color red value is 208, green value is 225 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d0e16e hue: 0.19 , saturation: 0.66 and the lightness value of d0e16e is 0.66.

The process color (four color CMYK) of #d0e16e color hex is 0.08, 0.00, 0.51, 0.12. Web safe color of #d0e16e is #cccc66. Color #d0e16e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11100001 01101110
Octal 320 341 156
Decimal 208 225 110
Hex D0 E1 6E

RGB Percentages of Color #d0e16e

%38.31
%41.44
%20.26

CMYK Percentages of Color #d0e16e

%8
%0
%51
%12

Triadic Colors of #d0e16e

#d0e16e #6ed0e1 #e16ed0

Analogous Colors of #d0e16e

#d0e16e #97e16e #e1b96e

Monochromatic Colors of #d0e16e

#d0e16e

Complementary Color

#d0e16e #7f6ee1

#d0e16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0e16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0e16e Color CSS Codes

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

#d0e16e Text Font Color

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

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


#d0e16e Background Color

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

This div background color is #d0e16e


#d0e16e Border Color

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

This div border color is #d0e16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0e16e


Comments

No comments written yet.

Please login to write comment.