Color Hex Logo

#edb67b Color Hex

#EDB67B
(237,182,123)
0 Favorites   0 Comments

Color spaces of #edb67b

RGB 237182123
HSL0.090.760.71
HSV31°48°93°
CMYK 0.000.230.48   0.07
XYZ55.228252.890526.0369
Yxy52.89050.41170.3942
Hunter Lab72.72598.283129.6814
CIE-Lab77.810312.877137.6034

#edb67b color RGB value is (237,182,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01111011
Octal 355 266 173
Decimal 237 182 123
Hex ED B6 7B

RGB Percentages of Color #edb67b

%43.73
%33.58
%22.69

CMYK Percentages of Color #edb67b

%0
%23
%48
%7

Triadic Colors of #edb67b

#edb67b #7bedb6 #b67bed

Analogous Colors of #edb67b

#edb67b #ebed7b #ed7d7b

Monochromatic Colors of #edb67b

#edb67b

Complementary Color

#edb67b #7bb2ed

#edb67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb67b Color CSS Codes

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

#edb67b Text Font Color

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

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


#edb67b Background Color

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

This div background color is #edb67b


#edb67b Border Color

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

This div border color is #edb67b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,182,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 #edb67b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb67b


Comments

No comments written yet.

Please login to write comment.