Color Hex Logo

#eddf60 Color Hex

#EDDF60
(237,223,96)
0 Favorites   0 Comments

Color spaces of #eddf60

RGB 23722396
HSL0.150.800.65
HSV54°59°93°
CMYK 0.000.060.59   0.07
XYZ63.424071.624421.5484
Yxy71.62440.40500.4574
Hunter Lab84.6312-14.333844.1457
CIE-Lab87.7875-10.433362.3932

#eddf60 color RGB value is (237,223,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 01100000
Octal 355 337 140
Decimal 237 223 96
Hex ED DF 60

RGB Percentages of Color #eddf60

%42.63
%40.11
%17.27

CMYK Percentages of Color #eddf60

%0
%6
%59
%7

Triadic Colors of #eddf60

#eddf60 #60eddf #df60ed

Analogous Colors of #eddf60

#eddf60 #b5ed60 #ed9960

Monochromatic Colors of #eddf60

#eddf60

Complementary Color

#eddf60 #606eed

#eddf60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddf60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddf60 Color CSS Codes

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

#eddf60 Text Font Color

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

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


#eddf60 Background Color

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

This div background color is #eddf60


#eddf60 Border Color

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

This div border color is #eddf60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddf60


Comments

No comments written yet.

Please login to write comment.