Color Hex Logo

#ead75e Color Hex

#EAD75E
(234,215,94)
0 Favorites   0 Comments

Color spaces of #ead75e

RGB 23421594
HSL0.140.770.64
HSV52°60°92°
CMYK 0.000.080.60   0.08
XYZ60.252566.901520.3273
Yxy66.90150.40850.4536
Hunter Lab81.7933-11.647542.5206
CIE-Lab85.4542-7.783760.6148

#ead75e color RGB value is (234,215,94).

#ead75e hex color red value is 234, green value is 215 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ead75e hue: 0.14 , saturation: 0.77 and the lightness value of ead75e is 0.64.

The process color (four color CMYK) of #ead75e color hex is 0.00, 0.08, 0.60, 0.08. Web safe color of #ead75e is #ffcc66. Color #ead75e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01011110
Octal 352 327 136
Decimal 234 215 94
Hex EA D7 5E

RGB Percentages of Color #ead75e

%43.09
%39.59
%17.31

CMYK Percentages of Color #ead75e

%0
%8
%60
%8

Triadic Colors of #ead75e

#ead75e #5eead7 #d75eea

Analogous Colors of #ead75e

#ead75e #b7ea5e #ea915e

Monochromatic Colors of #ead75e

#ead75e

Complementary Color

#ead75e #5e71ea

#ead75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead75e Color CSS Codes

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

#ead75e Text Font Color

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

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


#ead75e Background Color

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

This div background color is #ead75e


#ead75e Border Color

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

This div border color is #ead75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead75e

#ead75e Color Palettes


Comments

No comments written yet.

Please login to write comment.