Color Hex Logo

#edb27f Color Hex

#EDB27F
(237,178,127)
0 Favorites   0 Comments

Color spaces of #edb27f

RGB 237178127
HSL0.080.750.71
HSV28°46°93°
CMYK 0.000.250.46   0.07
XYZ54.676251.377627.1138
Yxy51.37760.41060.3858
Hunter Lab71.678210.723227.7470
CIE-Lab76.907215.375234.3579

#edb27f color RGB value is (237,178,127).

#edb27f hex color red value is 237, green value is 178 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #edb27f hue: 0.08 , saturation: 0.75 and the lightness value of edb27f is 0.71.

The process color (four color CMYK) of #edb27f color hex is 0.00, 0.25, 0.46, 0.07. Web safe color of #edb27f is #ff9966. Color #edb27f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01111111
Octal 355 262 177
Decimal 237 178 127
Hex ED B2 7F

RGB Percentages of Color #edb27f

%43.73
%32.84
%23.43

CMYK Percentages of Color #edb27f

%0
%25
%46
%7

Triadic Colors of #edb27f

#edb27f #7fedb2 #b27fed

Analogous Colors of #edb27f

#edb27f #ede97f #ed7f83

Monochromatic Colors of #edb27f

#edb27f

Complementary Color

#edb27f #7fbaed

#edb27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb27f Color CSS Codes

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

#edb27f Text Font Color

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

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


#edb27f Background Color

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

This div background color is #edb27f


#edb27f Border Color

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

This div border color is #edb27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb27f


Comments

No comments written yet.

Please login to write comment.