Color Hex Logo

#eddf5a Color Hex

#EDDF5A
(237,223,90)
0 Favorites   0 Comments

Color spaces of #eddf5a

RGB 23722390
HSL0.150.800.64
HSV54°62°93°
CMYK 0.000.060.62   0.07
XYZ63.158271.518120.1484
Yxy71.51810.40790.4619
Hunter Lab84.5684-14.685545.0720
CIE-Lab87.7361-10.823164.8855

#eddf5a color RGB value is (237,223,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 01011010
Octal 355 337 132
Decimal 237 223 90
Hex ED DF 5A

RGB Percentages of Color #eddf5a

%43.09
%40.55
%16.36

CMYK Percentages of Color #eddf5a

%0
%6
%62
%7

Triadic Colors of #eddf5a

#eddf5a #5aeddf #df5aed

Analogous Colors of #eddf5a

#eddf5a #b2ed5a #ed965a

Monochromatic Colors of #eddf5a

#eddf5a

Complementary Color

#eddf5a #5a68ed

#eddf5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf5a Color CSS Codes

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

#eddf5a Text Font Color

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

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


#eddf5a Background Color

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

This div background color is #eddf5a


#eddf5a Border Color

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

This div border color is #eddf5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf5a


Comments

No comments written yet.

Please login to write comment.