Color Hex Logo

#edde5d Color Hex

#EDDE5D
(237,222,93)
0 Favorites   0 Comments

Color spaces of #edde5d

RGB 23722293
HSL0.150.800.65
HSV54°61°93°
CMYK 0.000.060.61   0.07
XYZ63.022171.037420.7459
Yxy71.03740.40710.4589
Hunter Lab84.2837-14.025344.4047
CIE-Lab87.5032-10.132763.3682

#edde5d color RGB value is (237,222,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01011101
Octal 355 336 135
Decimal 237 222 93
Hex ED DE 5D

RGB Percentages of Color #edde5d

%42.93
%40.22
%16.85

CMYK Percentages of Color #edde5d

%0
%6
%61
%7

Triadic Colors of #edde5d

#edde5d #5dedde #de5ded

Analogous Colors of #edde5d

#edde5d #b4ed5d #ed965d

Monochromatic Colors of #edde5d

#edde5d

Complementary Color

#edde5d #5d6ced

#edde5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde5d Color CSS Codes

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

#edde5d Text Font Color

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

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


#edde5d Background Color

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

This div background color is #edde5d


#edde5d Border Color

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

This div border color is #edde5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde5d


Comments

No comments written yet.

Please login to write comment.