Color Hex Logo

#edb35a Color Hex

#EDB35A
(237,179,90)
0 Favorites   0 Comments

Color spaces of #edb35a

RGB 23717990
HSL0.100.800.64
HSV36°62°93°
CMYK 0.000.240.62   0.07
XYZ52.890650.982916.7259
Yxy50.98290.43860.4227
Hunter Lab71.40237.268236.0930
CIE-Lab76.668611.826452.6611

#edb35a color RGB value is (237,179,90).

#edb35a hex color red value is 237, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #edb35a hue: 0.10 , saturation: 0.80 and the lightness value of edb35a is 0.64.

The process color (four color CMYK) of #edb35a color hex is 0.00, 0.24, 0.62, 0.07. Web safe color of #edb35a is #ffcc66. Color #edb35a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01011010
Octal 355 263 132
Decimal 237 179 90
Hex ED B3 5A

RGB Percentages of Color #edb35a

%46.84
%35.38
%17.79

CMYK Percentages of Color #edb35a

%0
%24
%62
%7

Triadic Colors of #edb35a

#edb35a #5aedb3 #b35aed

Analogous Colors of #edb35a

#edb35a #deed5a #ed6a5a

Monochromatic Colors of #edb35a

#edb35a

Complementary Color

#edb35a #5a94ed

#edb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb35a Color CSS Codes

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

#edb35a Text Font Color

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

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


#edb35a Background Color

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

This div background color is #edb35a


#edb35a Border Color

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

This div border color is #edb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb35a


Comments

No comments written yet.

Please login to write comment.