Color Hex Logo

#edd158 Color Hex

#EDD158
(237,209,88)
0 Favorites   0 Comments

Color spaces of #edd158

RGB 23720988
HSL0.140.810.64
HSV49°63°93°
CMYK 0.000.120.63   0.07
XYZ59.487064.310018.5103
Yxy64.31000.41800.4519
Hunter Lab80.1935-7.928642.4501
CIE-Lab84.1269-3.889461.8391

#edd158 color RGB value is (237,209,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01011000
Octal 355 321 130
Decimal 237 209 88
Hex ED D1 58

RGB Percentages of Color #edd158

%44.38
%39.14
%16.48

CMYK Percentages of Color #edd158

%0
%12
%63
%7

Triadic Colors of #edd158

#edd158 #58edd1 #d158ed

Analogous Colors of #edd158

#edd158 #bfed58 #ed8758

Monochromatic Colors of #edd158

#edd158

Complementary Color

#edd158 #5874ed

#edd158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd158 Color CSS Codes

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

#edd158 Text Font Color

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

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


#edd158 Background Color

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

This div background color is #edd158


#edd158 Border Color

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

This div border color is #edd158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd158


Comments

No comments written yet.

Please login to write comment.