Color Hex Logo

#edc15f Color Hex

#EDC15F
(237,193,95)
0 Favorites   0 Comments

Color spaces of #edc15f

RGB 23719395
HSL0.120.800.65
HSV41°60°93°
CMYK 0.000.190.60   0.07
XYZ56.060656.970718.8682
Yxy56.97070.42500.4319
Hunter Lab75.47890.489538.0140
CIE-Lab80.16314.821554.2954

#edc15f color RGB value is (237,193,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 01011111
Octal 355 301 137
Decimal 237 193 95
Hex ED C1 5F

RGB Percentages of Color #edc15f

%45.14
%36.76
%18.10

CMYK Percentages of Color #edc15f

%0
%19
%60
%7

Triadic Colors of #edc15f

#edc15f #5fedc1 #c15fed

Analogous Colors of #edc15f

#edc15f #d2ed5f #ed7a5f

Monochromatic Colors of #edc15f

#edc15f

Complementary Color

#edc15f #5f8bed

#edc15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc15f Color CSS Codes

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

#edc15f Text Font Color

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

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


#edc15f Background Color

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

This div background color is #edc15f


#edc15f Border Color

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

This div border color is #edc15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc15f


Comments

No comments written yet.

Please login to write comment.