Color Hex Logo

#edd560 Color Hex

#EDD560
(237,213,96)
0 Favorites   0 Comments

Color spaces of #edd560

RGB 23721396
HSL0.140.800.65
HSV50°59°93°
CMYK 0.000.100.59   0.07
XYZ60.830666.437620.6839
Yxy66.43760.41120.4490
Hunter Lab81.5093-9.426142.0110
CIE-Lab85.2191-5.401259.5450

#edd560 color RGB value is (237,213,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 01100000
Octal 355 325 140
Decimal 237 213 96
Hex ED D5 60

RGB Percentages of Color #edd560

%43.41
%39.01
%17.58

CMYK Percentages of Color #edd560

%0
%10
%59
%7

Triadic Colors of #edd560

#edd560 #60edd5 #d560ed

Analogous Colors of #edd560

#edd560 #bfed60 #ed8f60

Monochromatic Colors of #edd560

#edd560

Complementary Color

#edd560 #6078ed

#edd560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd560 Color CSS Codes

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

#edd560 Text Font Color

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

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


#edd560 Background Color

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

This div background color is #edd560


#edd560 Border Color

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

This div border color is #edd560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd560


Comments

No comments written yet.

Please login to write comment.