Color Hex Logo

#edbf89 Color Hex

#EDBF89
(237,191,137)
0 Favorites   0 Comments

Color spaces of #edbf89

RGB 237191137
HSL0.090.740.73
HSV32°42°93°
CMYK 0.000.190.42   0.07
XYZ58.071257.072331.6223
Yxy57.07230.39570.3889
Hunter Lab75.54625.004328.0646
CIE-Lab80.22029.529333.4503

#edbf89 color RGB value is (237,191,137).

#edbf89 hex color red value is 237, green value is 191 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edbf89 hue: 0.09 , saturation: 0.74 and the lightness value of edbf89 is 0.73.

The process color (four color CMYK) of #edbf89 color hex is 0.00, 0.19, 0.42, 0.07. Web safe color of #edbf89 is #ffcc99. Color #edbf89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10001001
Octal 355 277 211
Decimal 237 191 137
Hex ED BF 89

RGB Percentages of Color #edbf89

%41.95
%33.81
%24.25

CMYK Percentages of Color #edbf89

%0
%19
%42
%7

Triadic Colors of #edbf89

#edbf89 #89edbf #bf89ed

Analogous Colors of #edbf89

#edbf89 #e9ed89 #ed8d89

Monochromatic Colors of #edbf89

#edbf89

Complementary Color

#edbf89 #89b7ed

#edbf89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf89 Color CSS Codes

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

#edbf89 Text Font Color

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

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


#edbf89 Background Color

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

This div background color is #edbf89


#edbf89 Border Color

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

This div border color is #edbf89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf89


Comments

No comments written yet.

Please login to write comment.