Color Hex Logo

#edc975 Color Hex

#EDC975
(237,201,117)
0 Favorites   0 Comments

Color spaces of #edc975

RGB 237201117
HSL0.120.770.69
HSV42°51°93°
CMYK 0.000.150.51   0.07
XYZ59.022661.062225.5050
Yxy61.06220.40540.4194
Hunter Lab78.1423-1.924135.3479
CIE-Lab82.41222.385846.3888

#edc975 color RGB value is (237,201,117).

#edc975 hex color red value is 237, green value is 201 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #edc975 hue: 0.12 , saturation: 0.77 and the lightness value of edc975 is 0.69.

The process color (four color CMYK) of #edc975 color hex is 0.00, 0.15, 0.51, 0.07. Web safe color of #edc975 is #ffcc66. Color #edc975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01110101
Octal 355 311 165
Decimal 237 201 117
Hex ED C9 75

RGB Percentages of Color #edc975

%42.70
%36.22
%21.08

CMYK Percentages of Color #edc975

%0
%15
%51
%7

Triadic Colors of #edc975

#edc975 #75edc9 #c975ed

Analogous Colors of #edc975

#edc975 #d5ed75 #ed8d75

Monochromatic Colors of #edc975

#edc975

Complementary Color

#edc975 #7599ed

#edc975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc975 Color CSS Codes

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

#edc975 Text Font Color

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

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


#edc975 Background Color

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

This div background color is #edc975


#edc975 Border Color

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

This div border color is #edc975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc975


Comments

No comments written yet.

Please login to write comment.