Color Hex Logo

#edb257 Color Hex

#EDB257
(237,178,87)
0 Favorites   0 Comments

Color spaces of #edb257

RGB 23717887
HSL0.100.810.64
HSV36°63°93°
CMYK 0.000.250.63   0.07
XYZ52.565750.533416.0002
Yxy50.53340.44140.4243
Hunter Lab71.08687.591236.4158
CIE-Lab76.395512.159953.7623

#edb257 color RGB value is (237,178,87).

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

The process color (four color CMYK) of #edb257 color hex is 0.00, 0.25, 0.63, 0.07. Web safe color of #edb257 is #ff9966. Color #edb257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01010111
Octal 355 262 127
Decimal 237 178 87
Hex ED B2 57

RGB Percentages of Color #edb257

%47.21
%35.46
%17.33

CMYK Percentages of Color #edb257

%0
%25
%63
%7

Triadic Colors of #edb257

#edb257 #57edb2 #b257ed

Analogous Colors of #edb257

#edb257 #dded57 #ed6757

Monochromatic Colors of #edb257

#edb257

Complementary Color

#edb257 #5792ed

#edb257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb257 Color CSS Codes

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

#edb257 Text Font Color

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

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


#edb257 Background Color

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

This div background color is #edb257


#edb257 Border Color

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

This div border color is #edb257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb257


Comments

No comments written yet.

Please login to write comment.