Color Hex Logo

#ead95b Color Hex

#EAD95B
(234,217,91)
0 Favorites   0 Comments

Color spaces of #ead95b

RGB 23421791
HSL0.150.770.64
HSV53°61°92°
CMYK 0.000.070.61   0.08
XYZ60.632967.873519.8027
Yxy67.87350.40880.4576
Hunter Lab82.3854-12.804343.4184
CIE-Lab85.9432-8.989362.4497

#ead95b color RGB value is (234,217,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 01011011
Octal 352 331 133
Decimal 234 217 91
Hex EA D9 5B

RGB Percentages of Color #ead95b

%43.17
%40.04
%16.79

CMYK Percentages of Color #ead95b

%0
%7
%61
%8

Triadic Colors of #ead95b

#ead95b #5bead9 #d95bea

Analogous Colors of #ead95b

#ead95b #b4ea5b #ea925b

Monochromatic Colors of #ead95b

#ead95b

Complementary Color

#ead95b #5b6cea

#ead95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead95b Color CSS Codes

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

#ead95b Text Font Color

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

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


#ead95b Background Color

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

This div background color is #ead95b


#ead95b Border Color

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

This div border color is #ead95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead95b


Comments

No comments written yet.

Please login to write comment.