Color Hex Logo

#eed168 Color Hex

#EED168
(238,209,104)
0 Favorites   0 Comments

Color spaces of #eed168

RGB 238209104
HSL0.130.800.67
HSV47°56°93°
CMYK 0.000.120.56   0.07
XYZ60.559164.777522.4082
Yxy64.77750.40990.4384
Hunter Lab80.4845-6.538739.8318
CIE-Lab84.3690-2.378654.9692

#eed168 color RGB value is (238,209,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010001 01101000
Octal 356 321 150
Decimal 238 209 104
Hex EE D1 68

RGB Percentages of Color #eed168

%43.19
%37.93
%18.87

CMYK Percentages of Color #eed168

%0
%12
%56
%7

Triadic Colors of #eed168

#eed168 #68eed1 #d168ee

Analogous Colors of #eed168

#eed168 #c8ee68 #ee8e68

Monochromatic Colors of #eed168

#eed168

Complementary Color

#eed168 #6885ee

#eed168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed168 Color CSS Codes

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

#eed168 Text Font Color

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

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


#eed168 Background Color

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

This div background color is #eed168


#eed168 Border Color

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

This div border color is #eed168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed168


Comments

No comments written yet.

Please login to write comment.