Color Hex Logo

#eabd38 Color Hex

#EABD38
(234,189,56)
0 Favorites   0 Comments

Color spaces of #eabd38

RGB 23418956
HSL0.120.810.57
HSV45°76°92°
CMYK 0.000.190.76   0.08
XYZ52.843154.173111.4127
Yxy54.17310.44620.4574
Hunter Lab73.6024-0.649442.3282
CIE-Lab78.56263.539868.7401

#eabd38 color RGB value is (234,189,56).

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

The process color (four color CMYK) of #eabd38 color hex is 0.00, 0.19, 0.76, 0.08. Web safe color of #eabd38 is #ffcc33. Color #eabd38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 00111000
Octal 352 275 70
Decimal 234 189 56
Hex EA BD 38

RGB Percentages of Color #eabd38

%48.85
%39.46
%11.69

CMYK Percentages of Color #eabd38

%0
%19
%76
%8

Triadic Colors of #eabd38

#eabd38 #38eabd #bd38ea

Analogous Colors of #eabd38

#eabd38 #beea38 #ea6438

Monochromatic Colors of #eabd38

#eabd38

Complementary Color

#eabd38 #3865ea

#eabd38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd38 Color CSS Codes

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

#eabd38 Text Font Color

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

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


#eabd38 Background Color

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

This div background color is #eabd38


#eabd38 Border Color

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

This div border color is #eabd38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd38


Comments

No comments written yet.

Please login to write comment.