Color Hex Logo

#edc95f Color Hex

#EDC95F
(237,201,95)
0 Favorites   0 Comments

Color spaces of #edc95f

RGB 23720195
HSL0.120.800.65
HSV45°60°93°
CMYK 0.000.150.60   0.07
XYZ57.877360.604019.4738
Yxy60.60400.41950.4393
Hunter Lab77.8486-3.527439.6626
CIE-Lab82.16540.672356.5672

#edc95f color RGB value is (237,201,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01011111
Octal 355 311 137
Decimal 237 201 95
Hex ED C9 5F

RGB Percentages of Color #edc95f

%44.47
%37.71
%17.82

CMYK Percentages of Color #edc95f

%0
%15
%60
%7

Triadic Colors of #edc95f

#edc95f #5fedc9 #c95fed

Analogous Colors of #edc95f

#edc95f #caed5f #ed825f

Monochromatic Colors of #edc95f

#edc95f

Complementary Color

#edc95f #5f83ed

#edc95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc95f Color CSS Codes

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

#edc95f Text Font Color

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

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


#edc95f Background Color

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

This div background color is #edc95f


#edc95f Border Color

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

This div border color is #edc95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc95f

#edc95f Color Palettes


Comments

No comments written yet.

Please login to write comment.