Color Hex Logo

#edbf73 Color Hex

#EDBF73
(237,191,115)
0 Favorites   0 Comments

Color spaces of #edbf73

RGB 237191115
HSL0.100.770.69
HSV37°51°93°
CMYK 0.000.190.51   0.07
XYZ56.650456.503924.1402
Yxy56.50390.41260.4116
Hunter Lab75.16912.978833.5776
CIE-Lab79.89977.422044.2966

#edbf73 color RGB value is (237,191,115).

#edbf73 hex color red value is 237, green value is 191 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #edbf73 hue: 0.10 , saturation: 0.77 and the lightness value of edbf73 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01110011
Octal 355 277 163
Decimal 237 191 115
Hex ED BF 73

RGB Percentages of Color #edbf73

%43.65
%35.17
%21.18

CMYK Percentages of Color #edbf73

%0
%19
%51
%7

Triadic Colors of #edbf73

#edbf73 #73edbf #bf73ed

Analogous Colors of #edbf73

#edbf73 #deed73 #ed8273

Monochromatic Colors of #edbf73

#edbf73

Complementary Color

#edbf73 #73a1ed

#edbf73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf73 Color CSS Codes

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

#edbf73 Text Font Color

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

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


#edbf73 Background Color

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

This div background color is #edbf73


#edbf73 Border Color

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

This div border color is #edbf73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf73


Comments

No comments written yet.

Please login to write comment.