Color Hex Logo

#ead33b Color Hex

#EAD33B
(234,211,59)
0 Favorites   0 Comments

Color spaces of #ead33b

RGB 23421159
HSL0.140.810.57
HSV52°75°92°
CMYK 0.000.100.75   0.08
XYZ58.015464.396713.5097
Yxy64.39670.42680.4738
Hunter Lab80.2476-11.385746.1918
CIE-Lab84.1719-7.639572.9573

#ead33b color RGB value is (234,211,59).

#ead33b hex color red value is 234, green value is 211 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ead33b hue: 0.14 , saturation: 0.81 and the lightness value of ead33b is 0.57.

The process color (four color CMYK) of #ead33b color hex is 0.00, 0.10, 0.75, 0.08. Web safe color of #ead33b is #ffcc33. Color #ead33b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010011 00111011
Octal 352 323 73
Decimal 234 211 59
Hex EA D3 3B

RGB Percentages of Color #ead33b

%46.43
%41.87
%11.71

CMYK Percentages of Color #ead33b

%0
%10
%75
%8

Triadic Colors of #ead33b

#ead33b #3bead3 #d33bea

Analogous Colors of #ead33b

#ead33b #aaea3b #ea7c3b

Monochromatic Colors of #ead33b

#ead33b

Complementary Color

#ead33b #3b52ea

#ead33b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead33b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead33b Color CSS Codes

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

#ead33b Text Font Color

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

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


#ead33b Background Color

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

This div background color is #ead33b


#ead33b Border Color

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

This div border color is #ead33b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead33b


Comments

No comments written yet.

Please login to write comment.