Color Hex Logo

#edb27d Color Hex

#EDB27D
(237,178,125)
0 Favorites   0 Comments

Color spaces of #edb27d

RGB 237178125
HSL0.080.760.71
HSV28°47°93°
CMYK 0.000.250.47   0.07
XYZ54.547151.326026.4340
Yxy51.32600.41230.3879
Hunter Lab71.642210.533028.2731
CIE-Lab76.876115.181835.3648

#edb27d color RGB value is (237,178,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110010 01111101
Octal 355 262 175
Decimal 237 178 125
Hex ED B2 7D

RGB Percentages of Color #edb27d

%43.89
%32.96
%23.15

CMYK Percentages of Color #edb27d

%0
%25
%47
%7

Triadic Colors of #edb27d

#edb27d #7dedb2 #b27ded

Analogous Colors of #edb27d

#edb27d #edea7d #ed7d80

Monochromatic Colors of #edb27d

#edb27d

Complementary Color

#edb27d #7db8ed

#edb27d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb27d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb27d Color CSS Codes

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

#edb27d Text Font Color

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

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


#edb27d Background Color

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

This div background color is #edb27d


#edb27d Border Color

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

This div border color is #edb27d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb27d


Comments

No comments written yet.

Please login to write comment.