Color Hex Logo

#ead735 Color Hex

#EAD735
(234,215,53)
0 Favorites   0 Comments

Color spaces of #ead735

RGB 23421553
HSL0.150.810.56
HSV54°77°92°
CMYK 0.000.080.77   0.08
XYZ58.874766.350313.0720
Yxy66.35030.42570.4798
Hunter Lab81.4557-13.530947.5041
CIE-Lab85.1748-9.878675.7756

#ead735 color RGB value is (234,215,53).

#ead735 hex color red value is 234, green value is 215 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ead735 hue: 0.15 , saturation: 0.81 and the lightness value of ead735 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 00110101
Octal 352 327 65
Decimal 234 215 53
Hex EA D7 35

RGB Percentages of Color #ead735

%46.61
%42.83
%10.56

CMYK Percentages of Color #ead735

%0
%8
%77
%8

Triadic Colors of #ead735

#ead735 #35ead7 #d735ea

Analogous Colors of #ead735

#ead735 #a3ea35 #ea7d35

Monochromatic Colors of #ead735

#ead735

Complementary Color

#ead735 #3548ea

#ead735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead735 Color CSS Codes

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

#ead735 Text Font Color

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

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


#ead735 Background Color

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

This div background color is #ead735


#ead735 Border Color

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

This div border color is #ead735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead735


Comments

No comments written yet.

Please login to write comment.