Color Hex Logo

#eed163 Color Hex

#EED163
(238,209,99)
0 Favorites   0 Comments

Color spaces of #eed163

RGB 23820999
HSL0.130.800.66
HSV47°58°93°
CMYK 0.000.120.58   0.07
XYZ60.312564.678921.1099
Yxy64.67890.41280.4427
Hunter Lab80.4232-6.876540.7335
CIE-Lab84.3180-2.743857.2074

#eed163 color RGB value is (238,209,99).

#eed163 hex color red value is 238, green value is 209 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #eed163 hue: 0.13 , saturation: 0.80 and the lightness value of eed163 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01100011
Octal 356 321 143
Decimal 238 209 99
Hex EE D1 63

RGB Percentages of Color #eed163

%43.59
%38.28
%18.13

CMYK Percentages of Color #eed163

%0
%12
%58
%7

Triadic Colors of #eed163

#eed163 #63eed1 #d163ee

Analogous Colors of #eed163

#eed163 #c6ee63 #ee8c63

Monochromatic Colors of #eed163

#eed163

Complementary Color

#eed163 #6380ee

#eed163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed163 Color CSS Codes

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

#eed163 Text Font Color

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

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


#eed163 Background Color

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

This div background color is #eed163


#eed163 Border Color

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

This div border color is #eed163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,209,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed163


Comments

No comments written yet.

Please login to write comment.