Color Hex Logo

#edb158 Color Hex

#EDB158
(237,177,88)
0 Favorites   0 Comments

Color spaces of #edb158

RGB 23717788
HSL0.100.810.64
HSV36°63°93°
CMYK 0.000.250.63   0.07
XYZ52.408650.153416.1509
Yxy50.15340.44150.4225
Hunter Lab70.81918.162936.0517
CIE-Lab76.163312.751453.0316

#edb158 color RGB value is (237,177,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01011000
Octal 355 261 130
Decimal 237 177 88
Hex ED B1 58

RGB Percentages of Color #edb158

%47.21
%35.26
%17.53

CMYK Percentages of Color #edb158

%0
%25
%63
%7

Triadic Colors of #edb158

#edb158 #58edb1 #b158ed

Analogous Colors of #edb158

#edb158 #dfed58 #ed6758

Monochromatic Colors of #edb158

#edb158

Complementary Color

#edb158 #5894ed

#edb158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb158 Color CSS Codes

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

#edb158 Text Font Color

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

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


#edb158 Background Color

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

This div background color is #edb158


#edb158 Border Color

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

This div border color is #edb158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb158


Comments

No comments written yet.

Please login to write comment.