Color Hex Logo

#edbf6c Color Hex

#EDBF6C
(237,191,108)
0 Favorites   0 Comments

Color spaces of #edbf6c

RGB 237191108
HSL0.110.780.68
HSV39°54°93°
CMYK 0.000.190.54   0.07
XYZ56.262656.348822.0984
Yxy56.34880.41770.4183
Hunter Lab75.06582.422335.0919
CIE-Lab79.81196.838247.6589

#edbf6c color RGB value is (237,191,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 01101100
Octal 355 277 154
Decimal 237 191 108
Hex ED BF 6C

RGB Percentages of Color #edbf6c

%44.22
%35.63
%20.15

CMYK Percentages of Color #edbf6c

%0
%19
%54
%7

Triadic Colors of #edbf6c

#edbf6c #6cedbf #bf6ced

Analogous Colors of #edbf6c

#edbf6c #dbed6c #ed7f6c

Monochromatic Colors of #edbf6c

#edbf6c

Complementary Color

#edbf6c #6c9aed

#edbf6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbf6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbf6c Color CSS Codes

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

#edbf6c Text Font Color

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

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


#edbf6c Background Color

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

This div background color is #edbf6c


#edbf6c Border Color

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

This div border color is #edbf6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbf6c


Comments

No comments written yet.

Please login to write comment.