color codes Logo

#d0eb5d color codes

#D0EB5D
(208,235,93)
0 Favorites   0 Comments

Color spaces of #d0eb5d

RGB 20823593
HSL0.200.780.64
HSV71°60°92°
CMYK 0.110.000.60   0.08
XYZ57.696573.616921.5245
Yxy73.61690.37750.4817
Hunter Lab85.8003-30.118045.1863
CIE-Lab88.7411-28.113064.0805

#d0eb5d color RGB value is (208,235,93).

#d0eb5d hex color red value is 208, green value is 235 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d0eb5d hue: 0.20 , saturation: 0.78 and the lightness value of d0eb5d is 0.64.

The process color (four color CMYK) of #d0eb5d color code is 0.11, 0.00, 0.60, 0.08. Web safe color of #d0eb5d is #ccff66. Color #d0eb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101011 01011101
Octal 320 353 135
Decimal 208 235 93
Hex D0 EB 5D

RGB Percentages of Color #d0eb5d

%38.81
%43.84
%17.35

CMYK Percentages of Color #d0eb5d

%11
%0
%60
%8

Triadic Colors of #d0eb5d

#d0eb5d #5dd0eb #eb5dd0

Analogous Colors of #d0eb5d

#d0eb5d #89eb5d #ebbf5d

Monochromatic Colors of #d0eb5d

#d0eb5d

Complementary Color

#d0eb5d #785deb

#d0eb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eb5d Color CSS Codes

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

#d0eb5d Text Font Color

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

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


#d0eb5d Background Color

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

This div background color is #d0eb5d


#d0eb5d Border Color

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

This div border color is #d0eb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eb5d


Comments

No comments written yet.

Please login to write comment.