Color Hex Logo

#eed17b Color Hex

#EED17B
(238,209,123)
0 Favorites   0 Comments

Color spaces of #eed17b

RGB 238209123
HSL0.120.770.71
HSV45°48°93°
CMYK 0.000.120.48   0.07
XYZ61.635565.208128.0768
Yxy65.20810.39790.4209
Hunter Lab80.7515-5.070935.9113
CIE-Lab84.5909-0.801046.1333

#eed17b color RGB value is (238,209,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01111011
Octal 356 321 173
Decimal 238 209 123
Hex EE D1 7B

RGB Percentages of Color #eed17b

%41.75
%36.67
%21.58

CMYK Percentages of Color #eed17b

%0
%12
%48
%7

Triadic Colors of #eed17b

#eed17b #7beed1 #d17bee

Analogous Colors of #eed17b

#eed17b #d2ee7b #ee987b

Monochromatic Colors of #eed17b

#eed17b

Complementary Color

#eed17b #7b98ee

#eed17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed17b Color CSS Codes

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

#eed17b Text Font Color

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

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


#eed17b Background Color

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

This div background color is #eed17b


#eed17b Border Color

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

This div border color is #eed17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed17b


Comments

No comments written yet.

Please login to write comment.