Color Hex Logo

#d2eb6d Color Hex

#D2EB6D
(210,235,109)
0 Favorites   0 Comments

Color spaces of #d2eb6d

RGB 210235109
HSL0.200.760.67
HSV72°54°92°
CMYK 0.110.000.54   0.08
XYZ59.047074.222425.6823
Yxy74.22240.37150.4669
Hunter Lab86.1524-28.426742.6322
CIE-Lab89.0275-26.069757.5095

#d2eb6d color RGB value is (210,235,109).

#d2eb6d hex color red value is 210, green value is 235 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d2eb6d hue: 0.20 , saturation: 0.76 and the lightness value of d2eb6d is 0.67.

The process color (four color CMYK) of #d2eb6d color hex is 0.11, 0.00, 0.54, 0.08. Web safe color of #d2eb6d is #ccff66. Color #d2eb6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101011 01101101
Octal 322 353 155
Decimal 210 235 109
Hex D2 EB 6D

RGB Percentages of Color #d2eb6d

%37.91
%42.42
%19.68

CMYK Percentages of Color #d2eb6d

%11
%0
%54
%8

Triadic Colors of #d2eb6d

#d2eb6d #6dd2eb #eb6dd2

Analogous Colors of #d2eb6d

#d2eb6d #93eb6d #ebc56d

Monochromatic Colors of #d2eb6d

#d2eb6d

Complementary Color

#d2eb6d #866deb

#d2eb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2eb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2eb6d Color CSS Codes

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

#d2eb6d Text Font Color

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

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


#d2eb6d Background Color

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

This div background color is #d2eb6d


#d2eb6d Border Color

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

This div border color is #d2eb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2eb6d


Comments

No comments written yet.

Please login to write comment.