Color Hex Logo

#eabd18 Color Hex

#EABD18
(234,189,24)
0 Favorites   0 Comments

Color spaces of #eabd18

RGB 23418924
HSL0.130.830.51
HSV47°90°92°
CMYK 0.000.190.90   0.08
XYZ52.294253.95368.5220
Yxy53.95360.45560.4701
Hunter Lab73.4531-1.461744.5384
CIE-Lab78.43472.662677.2676

#eabd18 color RGB value is (234,189,24).

#eabd18 hex color red value is 234, green value is 189 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #eabd18 hue: 0.13 , saturation: 0.83 and the lightness value of eabd18 is 0.51.

The process color (four color CMYK) of #eabd18 color hex is 0.00, 0.19, 0.90, 0.08. Web safe color of #eabd18 is #ffcc00. Color #eabd18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 00011000
Octal 352 275 30
Decimal 234 189 24
Hex EA BD 18

RGB Percentages of Color #eabd18

%52.35
%42.28
%5.37

CMYK Percentages of Color #eabd18

%0
%19
%90
%8

Triadic Colors of #eabd18

#eabd18 #18eabd #bd18ea

Analogous Colors of #eabd18

#eabd18 #aeea18 #ea5418

Monochromatic Colors of #eabd18

#eabd18

Complementary Color

#eabd18 #1845ea

#eabd18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd18 Color CSS Codes

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

#eabd18 Text Font Color

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

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


#eabd18 Background Color

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

This div background color is #eabd18


#eabd18 Border Color

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

This div border color is #eabd18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd18


Comments

No comments written yet.

Please login to write comment.