Color Hex Logo

#edbf86 Color Hex

#EDBF86
(237,191,134)
1 Favorites   0 Comments

Color spaces of #edbf86

RGB 237191134
HSL0.090.740.73
HSV33°43°93°
CMYK 0.000.190.43   0.07
XYZ57.858956.987430.5044
Yxy56.98740.39810.3921
Hunter Lab75.49004.702928.8848
CIE-Lab80.17259.217434.9475

#edbf86 color RGB value is (237,191,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 10000110
Octal 355 277 206
Decimal 237 191 134
Hex ED BF 86

RGB Percentages of Color #edbf86

%42.17
%33.99
%23.84

CMYK Percentages of Color #edbf86

%0
%19
%43
%7

Triadic Colors of #edbf86

#edbf86 #86edbf #bf86ed

Analogous Colors of #edbf86

#edbf86 #e8ed86 #ed8c86

Monochromatic Colors of #edbf86

#edbf86

Complementary Color

#edbf86 #86b4ed

#edbf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf86 Color CSS Codes

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

#edbf86 Text Font Color

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

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


#edbf86 Background Color

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

This div background color is #edbf86


#edbf86 Border Color

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

This div border color is #edbf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf86


Comments

No comments written yet.

Please login to write comment.