Color Hex Logo

#edea2a Color Hex

#EDEA2A
(237,234,42)
0 Favorites   0 Comments

Color spaces of #edea2a

RGB 23723442
HSL0.160.840.55
HSV59°82°93°
CMYK 0.000.010.82   0.07
XYZ64.765877.017313.6428
Yxy77.01730.41670.4955
Hunter Lab87.7595-21.847652.2146
CIE-Lab90.3296-18.330983.2475

#edea2a color RGB value is (237,234,42).

#edea2a hex color red value is 237, green value is 234 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #edea2a hue: 0.16 , saturation: 0.84 and the lightness value of edea2a is 0.55.

The process color (four color CMYK) of #edea2a color hex is 0.00, 0.01, 0.82, 0.07. Web safe color of #edea2a is #ffff33. Color #edea2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 00101010
Octal 355 352 52
Decimal 237 234 42
Hex ED EA 2A

RGB Percentages of Color #edea2a

%46.20
%45.61
%8.19

CMYK Percentages of Color #edea2a

%0
%1
%82
%7

Triadic Colors of #edea2a

#edea2a #2aedea #ea2aed

Analogous Colors of #edea2a

#edea2a #8fed2a #ed892a

Monochromatic Colors of #edea2a

#edea2a

Complementary Color

#edea2a #2a2ded

#edea2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea2a Color CSS Codes

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

#edea2a Text Font Color

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

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


#edea2a Background Color

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

This div background color is #edea2a


#edea2a Border Color

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

This div border color is #edea2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea2a


Comments

No comments written yet.

Please login to write comment.