Color Hex Logo

#edbf5e Color Hex

#EDBF5E
(237,191,94)
0 Favorites   0 Comments

Color spaces of #edbf5e

RGB 23719194
HSL0.110.800.65
HSV41°60°93°
CMYK 0.000.190.60   0.07
XYZ55.576256.074318.4839
Yxy56.07430.42710.4309
Hunter Lab74.88281.433637.7829
CIE-Lab79.65615.795754.1834

#edbf5e color RGB value is (237,191,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01011110
Octal 355 277 136
Decimal 237 191 94
Hex ED BF 5E

RGB Percentages of Color #edbf5e

%45.40
%36.59
%18.01

CMYK Percentages of Color #edbf5e

%0
%19
%60
%7

Triadic Colors of #edbf5e

#edbf5e #5eedbf #bf5eed

Analogous Colors of #edbf5e

#edbf5e #d4ed5e #ed785e

Monochromatic Colors of #edbf5e

#edbf5e

Complementary Color

#edbf5e #5e8ced

#edbf5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf5e Color CSS Codes

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

#edbf5e Text Font Color

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

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


#edbf5e Background Color

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

This div background color is #edbf5e


#edbf5e Border Color

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

This div border color is #edbf5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf5e


Comments

No comments written yet.

Please login to write comment.