Color Hex Logo

#eabb34 Color Hex

#EABB34
(234,187,52)
0 Favorites   0 Comments

Color spaces of #eabb34

RGB 23418752
HSL0.120.810.56
HSV45°78°92°
CMYK 0.000.200.78   0.08
XYZ52.321853.281010.7754
Yxy53.28100.44960.4578
Hunter Lab72.99380.209142.3433
CIE-Lab78.04064.433269.6292

#eabb34 color RGB value is (234,187,52).

#eabb34 hex color red value is 234, green value is 187 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eabb34 hue: 0.12 , saturation: 0.81 and the lightness value of eabb34 is 0.56.

The process color (four color CMYK) of #eabb34 color hex is 0.00, 0.20, 0.78, 0.08. Web safe color of #eabb34 is #ffcc33. Color #eabb34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 00110100
Octal 352 273 64
Decimal 234 187 52
Hex EA BB 34

RGB Percentages of Color #eabb34

%49.47
%39.53
%10.99

CMYK Percentages of Color #eabb34

%0
%20
%78
%8

Triadic Colors of #eabb34

#eabb34 #34eabb #bb34ea

Analogous Colors of #eabb34

#eabb34 #beea34 #ea6034

Monochromatic Colors of #eabb34

#eabb34

Complementary Color

#eabb34 #3463ea

#eabb34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb34 Color CSS Codes

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

#eabb34 Text Font Color

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

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


#eabb34 Background Color

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

This div background color is #eabb34


#eabb34 Border Color

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

This div border color is #eabb34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb34


Comments

No comments written yet.

Please login to write comment.