Color Hex Logo

#edd05d Color Hex

#EDD05D
(237,208,93)
0 Favorites   0 Comments

Color spaces of #edd05d

RGB 23720893
HSL0.130.800.65
HSV48°61°93°
CMYK 0.000.120.61   0.07
XYZ59.456763.906619.5574
Yxy63.90660.41600.4471
Hunter Lab79.9416-7.138141.4541
CIE-Lab83.9171-3.057859.4264

#edd05d color RGB value is (237,208,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01011101
Octal 355 320 135
Decimal 237 208 93
Hex ED D0 5D

RGB Percentages of Color #edd05d

%44.05
%38.66
%17.29

CMYK Percentages of Color #edd05d

%0
%12
%61
%7

Triadic Colors of #edd05d

#edd05d #5dedd0 #d05ded

Analogous Colors of #edd05d

#edd05d #c2ed5d #ed885d

Monochromatic Colors of #edd05d

#edd05d

Complementary Color

#edd05d #5d7aed

#edd05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd05d Color CSS Codes

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

#edd05d Text Font Color

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

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


#edd05d Background Color

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

This div background color is #edd05d


#edd05d Border Color

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

This div border color is #edd05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd05d


Comments

No comments written yet.

Please login to write comment.