Color Hex Logo

#eed167 Color Hex

#EED167
(238,209,103)
0 Favorites   0 Comments

Color spaces of #eed167

RGB 238209103
HSL0.130.800.67
HSV47°57°93°
CMYK 0.000.120.57   0.07
XYZ60.508564.757322.1422
Yxy64.75730.41050.4393
Hunter Lab80.4719-6.608040.0164
CIE-Lab84.3585-2.453555.4203

#eed167 color RGB value is (238,209,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01100111
Octal 356 321 147
Decimal 238 209 103
Hex EE D1 67

RGB Percentages of Color #eed167

%43.27
%38.00
%18.73

CMYK Percentages of Color #eed167

%0
%12
%57
%7

Triadic Colors of #eed167

#eed167 #67eed1 #d167ee

Analogous Colors of #eed167

#eed167 #c8ee67 #ee8e67

Monochromatic Colors of #eed167

#eed167

Complementary Color

#eed167 #6784ee

#eed167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed167 Color CSS Codes

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

#eed167 Text Font Color

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

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


#eed167 Background Color

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

This div background color is #eed167


#eed167 Border Color

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

This div border color is #eed167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed167


Comments

No comments written yet.

Please login to write comment.