Color Hex Logo

#edd05e Color Hex

#EDD05E
(237,208,94)
0 Favorites   0 Comments

Color spaces of #edd05e

RGB 23720894
HSL0.130.800.65
HSV48°60°93°
CMYK 0.000.120.60   0.07
XYZ59.501363.924419.7923
Yxy63.92440.41550.4463
Hunter Lab79.9527-7.076541.2897
CIE-Lab83.9264-2.990858.9924

#edd05e color RGB value is (237,208,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 01011110
Octal 355 320 136
Decimal 237 208 94
Hex ED D0 5E

RGB Percentages of Color #edd05e

%43.97
%38.59
%17.44

CMYK Percentages of Color #edd05e

%0
%12
%60
%7

Triadic Colors of #edd05e

#edd05e #5eedd0 #d05eed

Analogous Colors of #edd05e

#edd05e #c3ed5e #ed895e

Monochromatic Colors of #edd05e

#edd05e

Complementary Color

#edd05e #5e7bed

#edd05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd05e Color CSS Codes

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

#edd05e Text Font Color

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

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


#edd05e Background Color

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

This div background color is #edd05e


#edd05e Border Color

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

This div border color is #edd05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd05e


Comments

No comments written yet.

Please login to write comment.