Color Hex Logo

#edea53 Color Hex

#EDEA53
(237,234,83)
0 Favorites   0 Comments

Color spaces of #edea53

RGB 23723483
HSL0.160.810.63
HSV59°65°93°
CMYK 0.000.010.65   0.07
XYZ65.909277.474719.6639
Yxy77.47470.40420.4752
Hunter Lab88.0197-20.373648.3682
CIE-Lab90.5397-16.662370.6401

#edea53 color RGB value is (237,234,83).

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

The process color (four color CMYK) of #edea53 color hex is 0.00, 0.01, 0.65, 0.07. Web safe color of #edea53 is #ffff66. Color #edea53 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 01010011
Octal 355 352 123
Decimal 237 234 83
Hex ED EA 53

RGB Percentages of Color #edea53

%42.78
%42.24
%14.98

CMYK Percentages of Color #edea53

%0
%1
%65
%7

Triadic Colors of #edea53

#edea53 #53edea #ea53ed

Analogous Colors of #edea53

#edea53 #a3ed53 #ed9d53

Monochromatic Colors of #edea53

#edea53

Complementary Color

#edea53 #5356ed

#edea53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea53 Color CSS Codes

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

#edea53 Text Font Color

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

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


#edea53 Background Color

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

This div background color is #edea53


#edea53 Border Color

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

This div border color is #edea53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea53


Comments

No comments written yet.

Please login to write comment.