Color Hex Logo

#edb06a Color Hex

#EDB06A
(237,176,106)
0 Favorites   0 Comments

Color spaces of #edb06a

RGB 237176106
HSL0.090.780.67
HSV32°55°93°
CMYK 0.000.260.55   0.07
XYZ53.051950.095820.5090
Yxy50.09580.42900.4051
Hunter Lab70.77849.932432.3648
CIE-Lab76.128014.574344.1956

#edb06a color RGB value is (237,176,106).

#edb06a hex color red value is 237, green value is 176 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #edb06a hue: 0.09 , saturation: 0.78 and the lightness value of edb06a is 0.67.

The process color (four color CMYK) of #edb06a color hex is 0.00, 0.26, 0.55, 0.07. Web safe color of #edb06a is #ff9966. Color #edb06a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 01101010
Octal 355 260 152
Decimal 237 176 106
Hex ED B0 6A

RGB Percentages of Color #edb06a

%45.66
%33.91
%20.42

CMYK Percentages of Color #edb06a

%0
%26
%55
%7

Triadic Colors of #edb06a

#edb06a #6aedb0 #b06aed

Analogous Colors of #edb06a

#edb06a #e9ed6a #ed6f6a

Monochromatic Colors of #edb06a

#edb06a

Complementary Color

#edb06a #6aa7ed

#edb06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb06a Color CSS Codes

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

#edb06a Text Font Color

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

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


#edb06a Background Color

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

This div background color is #edb06a


#edb06a Border Color

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

This div border color is #edb06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb06a


Comments

No comments written yet.

Please login to write comment.