Color Hex Logo

#eadf37 Color Hex

#EADF37
(234,223,55)
0 Favorites   0 Comments

Color spaces of #eadf37

RGB 23422355
HSL0.160.810.57
HSV56°76°92°
CMYK 0.000.050.76   0.08
XYZ61.008970.543614.0152
Yxy70.54360.41910.4846
Hunter Lab83.9902-17.323948.8996
CIE-Lab87.2628-13.789577.0575

#eadf37 color RGB value is (234,223,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 00110111
Octal 352 337 67
Decimal 234 223 55
Hex EA DF 37

RGB Percentages of Color #eadf37

%45.70
%43.55
%10.74

CMYK Percentages of Color #eadf37

%0
%5
%76
%8

Triadic Colors of #eadf37

#eadf37 #37eadf #df37ea

Analogous Colors of #eadf37

#eadf37 #9cea37 #ea8637

Monochromatic Colors of #eadf37

#eadf37

Complementary Color

#eadf37 #3742ea

#eadf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf37 Color CSS Codes

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

#eadf37 Text Font Color

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

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


#eadf37 Background Color

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

This div background color is #eadf37


#eadf37 Border Color

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

This div border color is #eadf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf37


Comments

No comments written yet.

Please login to write comment.