Color Hex Logo

#edba7b Color Hex

#EDBA7B
(237,186,123)
0 Favorites   0 Comments

Color spaces of #edba7b

RGB 237186123
HSL0.090.760.71
HSV33°48°93°
CMYK 0.000.220.48   0.07
XYZ56.059154.552426.3139
Yxy54.55240.40940.3984
Hunter Lab73.85966.226430.5785
CIE-Lab78.782710.767638.8414

#edba7b color RGB value is (237,186,123).

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

The process color (four color CMYK) of #edba7b color hex is 0.00, 0.22, 0.48, 0.07. Web safe color of #edba7b is #ffcc66. Color #edba7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 01111011
Octal 355 272 173
Decimal 237 186 123
Hex ED BA 7B

RGB Percentages of Color #edba7b

%43.41
%34.07
%22.53

CMYK Percentages of Color #edba7b

%0
%22
%48
%7

Triadic Colors of #edba7b

#edba7b #7bedba #ba7bed

Analogous Colors of #edba7b

#edba7b #e7ed7b #ed817b

Monochromatic Colors of #edba7b

#edba7b

Complementary Color

#edba7b #7baeed

#edba7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edba7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edba7b Color CSS Codes

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

#edba7b Text Font Color

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

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


#edba7b Background Color

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

This div background color is #edba7b


#edba7b Border Color

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

This div border color is #edba7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edba7b


Comments

No comments written yet.

Please login to write comment.