Color Hex Logo

#eab25b Color Hex

#EAB25B
(234,178,91)
0 Favorites   0 Comments

Color spaces of #eab25b

RGB 23417891
HSL0.100.770.64
HSV37°61°92°
CMYK 0.000.240.61   0.08
XYZ51.740450.088516.8386
Yxy50.08850.43600.4221
Hunter Lab70.77326.643435.4348
CIE-Lab76.123511.172951.4813

#eab25b color RGB value is (234,178,91).

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

The process color (four color CMYK) of #eab25b color hex is 0.00, 0.24, 0.61, 0.08. Web safe color of #eab25b is #ff9966. Color #eab25b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01011011
Octal 352 262 133
Decimal 234 178 91
Hex EA B2 5B

RGB Percentages of Color #eab25b

%46.52
%35.39
%18.09

CMYK Percentages of Color #eab25b

%0
%24
%61
%8

Triadic Colors of #eab25b

#eab25b #5beab2 #b25bea

Analogous Colors of #eab25b

#eab25b #dbea5b #ea6b5b

Monochromatic Colors of #eab25b

#eab25b

Complementary Color

#eab25b #5b93ea

#eab25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab25b Color CSS Codes

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

#eab25b Text Font Color

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

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


#eab25b Background Color

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

This div background color is #eab25b


#eab25b Border Color

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

This div border color is #eab25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab25b


Comments

No comments written yet.

Please login to write comment.