Color Hex Logo

#edc957 Color Hex

#EDC957
(237,201,87)
0 Favorites   0 Comments

Color spaces of #edc957

RGB 23720187
HSL0.130.810.64
HSV46°63°93°
CMYK 0.000.150.63   0.07
XYZ57.532060.465917.6557
Yxy60.46590.42410.4457
Hunter Lab77.7598-4.013340.9698
CIE-Lab82.09080.149560.0605

#edc957 color RGB value is (237,201,87).

#edc957 hex color red value is 237, green value is 201 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #edc957 hue: 0.13 , saturation: 0.81 and the lightness value of edc957 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01010111
Octal 355 311 127
Decimal 237 201 87
Hex ED C9 57

RGB Percentages of Color #edc957

%45.14
%38.29
%16.57

CMYK Percentages of Color #edc957

%0
%15
%63
%7

Triadic Colors of #edc957

#edc957 #57edc9 #c957ed

Analogous Colors of #edc957

#edc957 #c6ed57 #ed7e57

Monochromatic Colors of #edc957

#edc957

Complementary Color

#edc957 #577bed

#edc957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc957 Color CSS Codes

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

#edc957 Text Font Color

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

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


#edc957 Background Color

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

This div background color is #edc957


#edc957 Border Color

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

This div border color is #edc957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc957


Comments

No comments written yet.

Please login to write comment.