Color Hex Logo

#ead75f Color Hex

#EAD75F
(234,215,95)
0 Favorites   0 Comments

Color spaces of #ead75f

RGB 23421595
HSL0.140.770.65
HSV52°59°92°
CMYK 0.000.080.59   0.08
XYZ60.297766.919520.5652
Yxy66.91950.40800.4528
Hunter Lab81.8043-11.585942.3578
CIE-Lab85.4633-7.715560.1863

#ead75f color RGB value is (234,215,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01011111
Octal 352 327 137
Decimal 234 215 95
Hex EA D7 5F

RGB Percentages of Color #ead75f

%43.01
%39.52
%17.46

CMYK Percentages of Color #ead75f

%0
%8
%59
%8

Triadic Colors of #ead75f

#ead75f #5fead7 #d75fea

Analogous Colors of #ead75f

#ead75f #b8ea5f #ea925f

Monochromatic Colors of #ead75f

#ead75f

Complementary Color

#ead75f #5f72ea

#ead75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead75f Color CSS Codes

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

#ead75f Text Font Color

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

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


#ead75f Background Color

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

This div background color is #ead75f


#ead75f Border Color

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

This div border color is #ead75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead75f


Comments

No comments written yet.

Please login to write comment.