Color Hex Logo

#eed57b Color Hex

#EED57B
(238,213,123)
0 Favorites   0 Comments

Color spaces of #eed57b

RGB 238213123
HSL0.130.770.71
HSV47°48°93°
CMYK 0.000.110.48   0.07
XYZ62.629367.195728.4080
Yxy67.19570.39580.4247
Hunter Lab81.9730-7.074536.8339
CIE-Lab85.6027-2.848647.3792

#eed57b color RGB value is (238,213,123).

#eed57b hex color red value is 238, green value is 213 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eed57b hue: 0.13 , saturation: 0.77 and the lightness value of eed57b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 01111011
Octal 356 325 173
Decimal 238 213 123
Hex EE D5 7B

RGB Percentages of Color #eed57b

%41.46
%37.11
%21.43

CMYK Percentages of Color #eed57b

%0
%11
%48
%7

Triadic Colors of #eed57b

#eed57b #7beed5 #d57bee

Analogous Colors of #eed57b

#eed57b #ceee7b #ee9c7b

Monochromatic Colors of #eed57b

#eed57b

Complementary Color

#eed57b #7b94ee

#eed57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed57b Color CSS Codes

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

#eed57b Text Font Color

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

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


#eed57b Background Color

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

This div background color is #eed57b


#eed57b Border Color

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

This div border color is #eed57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed57b


Comments

No comments written yet.

Please login to write comment.