Color Hex Logo

#edd86b Color Hex

#EDD86B
(237,216,107)
0 Favorites   0 Comments

Color spaces of #edd86b

RGB 237216107
HSL0.140.780.67
HSV50°55°93°
CMYK 0.000.090.55   0.07
XYZ62.134868.177823.7947
Yxy68.17780.40320.4424
Hunter Lab82.5698-10.173840.7129
CIE-Lab86.0953-6.120055.5588

#edd86b color RGB value is (237,216,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01101011
Octal 355 330 153
Decimal 237 216 107
Hex ED D8 6B

RGB Percentages of Color #edd86b

%42.32
%38.57
%19.11

CMYK Percentages of Color #edd86b

%0
%9
%55
%7

Triadic Colors of #edd86b

#edd86b #6bedd8 #d86bed

Analogous Colors of #edd86b

#edd86b #c1ed6b #ed976b

Monochromatic Colors of #edd86b

#edd86b

Complementary Color

#edd86b #6b80ed

#edd86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd86b Color CSS Codes

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

#edd86b Text Font Color

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

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


#edd86b Background Color

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

This div background color is #edd86b


#edd86b Border Color

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

This div border color is #edd86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd86b


Comments

No comments written yet.

Please login to write comment.