Color Hex Logo

#eed26f Color Hex

#EED26F
(238,210,111)
0 Favorites   0 Comments

Color spaces of #eed26f

RGB 238210111
HSL0.130.790.68
HSV47°53°93°
CMYK 0.000.120.53   0.07
XYZ61.175765.418024.4416
Yxy65.41800.40500.4331
Hunter Lab80.8814-6.531638.7001
CIE-Lab84.6987-2.344552.0689

#eed26f color RGB value is (238,210,111).

#eed26f hex color red value is 238, green value is 210 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #eed26f hue: 0.13 , saturation: 0.79 and the lightness value of eed26f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010010 01101111
Octal 356 322 157
Decimal 238 210 111
Hex EE D2 6F

RGB Percentages of Color #eed26f

%42.58
%37.57
%19.86

CMYK Percentages of Color #eed26f

%0
%12
%53
%7

Triadic Colors of #eed26f

#eed26f #6feed2 #d26fee

Analogous Colors of #eed26f

#eed26f #cbee6f #ee936f

Monochromatic Colors of #eed26f

#eed26f

Complementary Color

#eed26f #6f8bee

#eed26f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed26f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed26f Color CSS Codes

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

#eed26f Text Font Color

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

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


#eed26f Background Color

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

This div background color is #eed26f


#eed26f Border Color

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

This div border color is #eed26f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed26f


Comments

No comments written yet.

Please login to write comment.