Color Hex Logo

#ead01d Color Hex

#EAD01D
(234,208,29)
0 Favorites   0 Comments

Color spaces of #ead01d

RGB 23420829
HSL0.150.830.52
HSV52°88°92°
CMYK 0.000.110.88   0.08
XYZ56.709362.692910.2744
Yxy62.69290.43730.4835
Hunter Lab79.1788-10.718147.7316
CIE-Lab83.2805-7.004680.1201

#ead01d color RGB value is (234,208,29).

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

The process color (four color CMYK) of #ead01d color hex is 0.00, 0.11, 0.88, 0.08. Web safe color of #ead01d is #ffcc33. Color #ead01d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010000 00011101
Octal 352 320 35
Decimal 234 208 29
Hex EA D0 1D

RGB Percentages of Color #ead01d

%49.68
%44.16
%6.16

CMYK Percentages of Color #ead01d

%0
%11
%88
%8

Triadic Colors of #ead01d

#ead01d #1dead0 #d01dea

Analogous Colors of #ead01d

#ead01d #9eea1d #ea6a1d

Monochromatic Colors of #ead01d

#ead01d

Complementary Color

#ead01d #1d37ea

#ead01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead01d Color CSS Codes

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

#ead01d Text Font Color

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

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


#ead01d Background Color

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

This div background color is #ead01d


#ead01d Border Color

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

This div border color is #ead01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead01d


Comments

No comments written yet.

Please login to write comment.