Color Hex Logo

#edd758 Color Hex

#EDD758
(237,215,88)
0 Favorites   0 Comments

Color spaces of #edd758

RGB 23721588
HSL0.140.810.64
HSV51°63°93°
CMYK 0.000.090.63   0.07
XYZ60.986967.310019.0103
Yxy67.31000.41400.4569
Hunter Lab82.0427-10.885743.6916
CIE-Lab85.6603-6.933863.4940

#edd758 color RGB value is (237,215,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01011000
Octal 355 327 130
Decimal 237 215 88
Hex ED D7 58

RGB Percentages of Color #edd758

%43.89
%39.81
%16.30

CMYK Percentages of Color #edd758

%0
%9
%63
%7

Triadic Colors of #edd758

#edd758 #58edd7 #d758ed

Analogous Colors of #edd758

#edd758 #b9ed58 #ed8d58

Monochromatic Colors of #edd758

#edd758

Complementary Color

#edd758 #586eed

#edd758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd758 Color CSS Codes

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

#edd758 Text Font Color

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

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


#edd758 Background Color

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

This div background color is #edd758


#edd758 Border Color

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

This div border color is #edd758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd758


Comments

No comments written yet.

Please login to write comment.