Color Hex Logo

#eed468 Color Hex

#EED468
(238,212,104)
0 Favorites   0 Comments

Color spaces of #eed468

RGB 238212104
HSL0.130.800.67
HSV48°56°93°
CMYK 0.000.110.56   0.07
XYZ61.302166.263622.6559
Yxy66.26360.40810.4411
Hunter Lab81.4025-8.030540.4802
CIE-Lab85.1307-3.909655.8491

#eed468 color RGB value is (238,212,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 01101000
Octal 356 324 150
Decimal 238 212 104
Hex EE D4 68

RGB Percentages of Color #eed468

%42.96
%38.27
%18.77

CMYK Percentages of Color #eed468

%0
%11
%56
%7

Triadic Colors of #eed468

#eed468 #68eed4 #d468ee

Analogous Colors of #eed468

#eed468 #c5ee68 #ee9168

Monochromatic Colors of #eed468

#eed468

Complementary Color

#eed468 #6882ee

#eed468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed468 Color CSS Codes

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

#eed468 Text Font Color

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

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


#eed468 Background Color

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

This div background color is #eed468


#eed468 Border Color

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

This div border color is #eed468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed468

#eed468 Color Palettes


Comments

No comments written yet.

Please login to write comment.