Color Hex Logo

#edeb3a Color Hex

#EDEB3A
(237,235,58)
0 Favorites   0 Comments

Color spaces of #edeb3a

RGB 23723558
HSL0.160.830.58
HSV59°76°93°
CMYK 0.000.010.76   0.07
XYZ65.397177.726715.5589
Yxy77.72670.41210.4898
Hunter Lab88.1627-21.877651.2505
CIE-Lab90.6550-18.308879.3270

#edeb3a color RGB value is (237,235,58).

#edeb3a hex color red value is 237, green value is 235 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #edeb3a hue: 0.16 , saturation: 0.83 and the lightness value of edeb3a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 00111010
Octal 355 353 72
Decimal 237 235 58
Hex ED EB 3A

RGB Percentages of Color #edeb3a

%44.72
%44.34
%10.94

CMYK Percentages of Color #edeb3a

%0
%1
%76
%7

Triadic Colors of #edeb3a

#edeb3a #3aedeb #eb3aed

Analogous Colors of #edeb3a

#edeb3a #96ed3a #ed923a

Monochromatic Colors of #edeb3a

#edeb3a

Complementary Color

#edeb3a #3a3ced

#edeb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edeb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edeb3a Color CSS Codes

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

#edeb3a Text Font Color

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

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


#edeb3a Background Color

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

This div background color is #edeb3a


#edeb3a Border Color

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

This div border color is #edeb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edeb3a


Comments

No comments written yet.

Please login to write comment.