Color Hex Logo

#d0ea3d Color Hex

#D0EA3D
(208,234,61)
0 Favorites   0 Comments

Color spaces of #d0ea3d

RGB 20823461
HSL0.190.800.58
HSV69°74°92°
CMYK 0.110.000.74   0.08
XYZ56.277572.592515.4605
Yxy72.59250.38990.5030
Hunter Lab85.2012-31.198548.8822
CIE-Lab88.2530-29.508775.4065

#d0ea3d color RGB value is (208,234,61).

#d0ea3d hex color red value is 208, green value is 234 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d0ea3d hue: 0.19 , saturation: 0.80 and the lightness value of d0ea3d is 0.58.

The process color (four color CMYK) of #d0ea3d color hex is 0.11, 0.00, 0.74, 0.08. Web safe color of #d0ea3d is #ccff33. Color #d0ea3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 00111101
Octal 320 352 75
Decimal 208 234 61
Hex D0 EA 3D

RGB Percentages of Color #d0ea3d

%41.35
%46.52
%12.13

CMYK Percentages of Color #d0ea3d

%11
%0
%74
%8

Triadic Colors of #d0ea3d

#d0ea3d #3dd0ea #ea3dd0

Analogous Colors of #d0ea3d

#d0ea3d #7aea3d #eaae3d

Monochromatic Colors of #d0ea3d

#d0ea3d

Complementary Color

#d0ea3d #573dea

#d0ea3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ea3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ea3d Color CSS Codes

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

#d0ea3d Text Font Color

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

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


#d0ea3d Background Color

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

This div background color is #d0ea3d


#d0ea3d Border Color

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

This div border color is #d0ea3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ea3d


Comments

No comments written yet.

Please login to write comment.