Color Hex Logo

#edd55d Color Hex

#EDD55D
(237,213,93)
0 Favorites   0 Comments

Color spaces of #edd55d

RGB 23721393
HSL0.140.800.65
HSV50°61°93°
CMYK 0.000.100.61   0.07
XYZ60.695166.383319.9702
Yxy66.38330.41280.4514
Hunter Lab81.4759-9.610242.5009
CIE-Lab85.1916-5.602560.8353

#edd55d color RGB value is (237,213,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01011101
Octal 355 325 135
Decimal 237 213 93
Hex ED D5 5D

RGB Percentages of Color #edd55d

%43.65
%39.23
%17.13

CMYK Percentages of Color #edd55d

%0
%10
%61
%7

Triadic Colors of #edd55d

#edd55d #5dedd5 #d55ded

Analogous Colors of #edd55d

#edd55d #bded5d #ed8d5d

Monochromatic Colors of #edd55d

#edd55d

Complementary Color

#edd55d #5d75ed

#edd55d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd55d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd55d Color CSS Codes

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

#edd55d Text Font Color

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

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


#edd55d Background Color

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

This div background color is #edd55d


#edd55d Border Color

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

This div border color is #edd55d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd55d


Comments

No comments written yet.

Please login to write comment.