Color Hex Logo

#edd95d Color Hex

#EDD95D
(237,217,93)
0 Favorites   0 Comments

Color spaces of #edd95d

RGB 23721793
HSL0.140.800.65
HSV52°61°93°
CMYK 0.000.080.61   0.07
XYZ61.713768.420520.3098
Yxy68.42050.41020.4548
Hunter Lab82.7167-11.578043.3439
CIE-Lab86.2163-7.624161.9616

#edd95d color RGB value is (237,217,93).

#edd95d hex color red value is 237, green value is 217 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #edd95d hue: 0.14 , saturation: 0.80 and the lightness value of edd95d is 0.65.

The process color (four color CMYK) of #edd95d color hex is 0.00, 0.08, 0.61, 0.07. Web safe color of #edd95d is #ffcc66. Color #edd95d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 01011101
Octal 355 331 135
Decimal 237 217 93
Hex ED D9 5D

RGB Percentages of Color #edd95d

%43.33
%39.67
%17.00

CMYK Percentages of Color #edd95d

%0
%8
%61
%7

Triadic Colors of #edd95d

#edd95d #5dedd9 #d95ded

Analogous Colors of #edd95d

#edd95d #b9ed5d #ed915d

Monochromatic Colors of #edd95d

#edd95d

Complementary Color

#edd95d #5d71ed

#edd95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd95d Color CSS Codes

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

#edd95d Text Font Color

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

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


#edd95d Background Color

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

This div background color is #edd95d


#edd95d Border Color

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

This div border color is #edd95d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd95d


Comments

No comments written yet.

Please login to write comment.