Color Hex Logo

#edb66b Color Hex

#EDB66B
(237,182,107)
0 Favorites   0 Comments

Color spaces of #edb66b

RGB 237182107
HSL0.100.780.67
HSV35°55°93°
CMYK 0.000.230.55   0.07
XYZ54.306852.522021.1854
Yxy52.52200.42420.4103
Hunter Lab72.47216.932533.3985
CIE-Lab77.591911.485145.4728

#edb66b color RGB value is (237,182,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 01101011
Octal 355 266 153
Decimal 237 182 107
Hex ED B6 6B

RGB Percentages of Color #edb66b

%45.06
%34.60
%20.34

CMYK Percentages of Color #edb66b

%0
%23
%55
%7

Triadic Colors of #edb66b

#edb66b #6bedb6 #b66bed

Analogous Colors of #edb66b

#edb66b #e3ed6b #ed756b

Monochromatic Colors of #edb66b

#edb66b

Complementary Color

#edb66b #6ba2ed

#edb66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb66b Color CSS Codes

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

#edb66b Text Font Color

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

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


#edb66b Background Color

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

This div background color is #edb66b


#edb66b Border Color

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

This div border color is #edb66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb66b


Comments

No comments written yet.

Please login to write comment.