Color Hex Logo

#ead11d Color Hex

#EAD11D
(234,209,29)
0 Favorites   0 Comments

Color spaces of #ead11d

RGB 23420929
HSL0.150.830.52
HSV53°88°92°
CMYK 0.000.110.88   0.08
XYZ56.953963.182110.3560
Yxy63.18210.43650.4842
Hunter Lab79.4872-11.204347.9164
CIE-Lab83.5381-7.510480.3237

#ead11d color RGB value is (234,209,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 00011101
Octal 352 321 35
Decimal 234 209 29
Hex EA D1 1D

RGB Percentages of Color #ead11d

%49.58
%44.28
%6.14

CMYK Percentages of Color #ead11d

%0
%11
%88
%8

Triadic Colors of #ead11d

#ead11d #1dead1 #d11dea

Analogous Colors of #ead11d

#ead11d #9dea1d #ea6b1d

Monochromatic Colors of #ead11d

#ead11d

Complementary Color

#ead11d #1d36ea

#ead11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead11d Color CSS Codes

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

#ead11d Text Font Color

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

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


#ead11d Background Color

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

This div background color is #ead11d


#ead11d Border Color

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

This div border color is #ead11d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,209,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 #ead11d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead11d


Comments

No comments written yet.

Please login to write comment.