Color Hex Logo

#edd75d Color Hex

#EDD75D
(237,215,93)
0 Favorites   0 Comments

Color spaces of #edd75d

RGB 23721593
HSL0.140.800.65
HSV51°61°93°
CMYK 0.000.090.61   0.07
XYZ61.201367.395720.1389
Yxy67.39570.41150.4531
Hunter Lab82.0949-10.595242.9218
CIE-Lab85.7034-6.615061.3987

#edd75d color RGB value is (237,215,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01011101
Octal 355 327 135
Decimal 237 215 93
Hex ED D7 5D

RGB Percentages of Color #edd75d

%43.49
%39.45
%17.06

CMYK Percentages of Color #edd75d

%0
%9
%61
%7

Triadic Colors of #edd75d

#edd75d #5dedd7 #d75ded

Analogous Colors of #edd75d

#edd75d #bbed5d #ed8f5d

Monochromatic Colors of #edd75d

#edd75d

Complementary Color

#edd75d #5d73ed

#edd75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd75d Color CSS Codes

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

#edd75d Text Font Color

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

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


#edd75d Background Color

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

This div background color is #edd75d


#edd75d Border Color

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

This div border color is #edd75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd75d


Comments

No comments written yet.

Please login to write comment.