Color Hex Logo

#edb16b Color Hex

#EDB16B
(237,177,107)
0 Favorites   0 Comments

Color spaces of #edb16b

RGB 237177107
HSL0.090.780.67
HSV32°55°93°
CMYK 0.000.250.55   0.07
XYZ53.301050.510320.8501
Yxy50.51030.42760.4052
Hunter Lab71.07069.496632.3554
CIE-Lab76.381414.125444.0004

#edb16b color RGB value is (237,177,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01101011
Octal 355 261 153
Decimal 237 177 107
Hex ED B1 6B

RGB Percentages of Color #edb16b

%45.49
%33.97
%20.54

CMYK Percentages of Color #edb16b

%0
%25
%55
%7

Triadic Colors of #edb16b

#edb16b #6bedb1 #b16bed

Analogous Colors of #edb16b

#edb16b #e8ed6b #ed706b

Monochromatic Colors of #edb16b

#edb16b

Complementary Color

#edb16b #6ba7ed

#edb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb16b Color CSS Codes

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

#edb16b Text Font Color

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

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


#edb16b Background Color

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

This div background color is #edb16b


#edb16b Border Color

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

This div border color is #edb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb16b

#edb16b Color Palettes


Comments

No comments written yet.

Please login to write comment.