Color Hex Logo

#eac25b Color Hex

#EAC25B
(234,194,91)
0 Favorites   0 Comments

Color spaces of #eac25b

RGB 23419491
HSL0.120.770.64
HSV43°61°92°
CMYK 0.000.170.61   0.08
XYZ55.111856.831317.9624
Yxy56.83130.42420.4375
Hunter Lab75.3865-1.432938.6435
CIE-Lab80.08462.780755.9737

#eac25b color RGB value is (234,194,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 01011011
Octal 352 302 133
Decimal 234 194 91
Hex EA C2 5B

RGB Percentages of Color #eac25b

%45.09
%37.38
%17.53

CMYK Percentages of Color #eac25b

%0
%17
%61
%8

Triadic Colors of #eac25b

#eac25b #5beac2 #c25bea

Analogous Colors of #eac25b

#eac25b #cbea5b #ea7b5b

Monochromatic Colors of #eac25b

#eac25b

Complementary Color

#eac25b #5b83ea

#eac25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac25b Color CSS Codes

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

#eac25b Text Font Color

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

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


#eac25b Background Color

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

This div background color is #eac25b


#eac25b Border Color

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

This div border color is #eac25b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,194,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 #eac25b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac25b


Comments

No comments written yet.

Please login to write comment.