Color Hex Logo

#edb95f Color Hex

#EDB95F
(237,185,95)
0 Favorites   0 Comments

Color spaces of #edb95f

RGB 23718595
HSL0.110.800.65
HSV38°60°93°
CMYK 0.000.220.60   0.07
XYZ54.339653.528718.2945
Yxy53.52870.43070.4243
Hunter Lab73.16334.539136.3888
CIE-Lab78.18619.007452.0286

#edb95f color RGB value is (237,185,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01011111
Octal 355 271 137
Decimal 237 185 95
Hex ED B9 5F

RGB Percentages of Color #edb95f

%45.84
%35.78
%18.38

CMYK Percentages of Color #edb95f

%0
%22
%60
%7

Triadic Colors of #edb95f

#edb95f #5fedb9 #b95fed

Analogous Colors of #edb95f

#edb95f #daed5f #ed725f

Monochromatic Colors of #edb95f

#edb95f

Complementary Color

#edb95f #5f93ed

#edb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb95f Color CSS Codes

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

#edb95f Text Font Color

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

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


#edb95f Background Color

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

This div background color is #edb95f


#edb95f Border Color

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

This div border color is #edb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb95f


Comments

No comments written yet.

Please login to write comment.