Color Hex Logo

#edb958 Color Hex

#EDB958
(237,185,88)
0 Favorites   0 Comments

Color spaces of #edb958

RGB 23718588
HSL0.110.810.64
HSV39°63°93°
CMYK 0.000.220.63   0.07
XYZ54.035553.407016.6931
Yxy53.40700.43530.4302
Hunter Lab73.08014.092937.6129
CIE-Lab78.11478.539855.2243

#edb958 color RGB value is (237,185,88).

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

The process color (four color CMYK) of #edb958 color hex is 0.00, 0.22, 0.63, 0.07. Web safe color of #edb958 is #ffcc66. Color #edb958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01011000
Octal 355 271 130
Decimal 237 185 88
Hex ED B9 58

RGB Percentages of Color #edb958

%46.47
%36.27
%17.25

CMYK Percentages of Color #edb958

%0
%22
%63
%7

Triadic Colors of #edb958

#edb958 #58edb9 #b958ed

Analogous Colors of #edb958

#edb958 #d7ed58 #ed6f58

Monochromatic Colors of #edb958

#edb958

Complementary Color

#edb958 #588ced

#edb958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb958 Color CSS Codes

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

#edb958 Text Font Color

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

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


#edb958 Background Color

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

This div background color is #edb958


#edb958 Border Color

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

This div border color is #edb958


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,185,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 #edb958">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb958


Comments

No comments written yet.

Please login to write comment.