Color Hex Logo

#eec27a Color Hex

#EEC27A
(238,194,122)
0 Favorites   0 Comments

Color spaces of #eec27a

RGB 238194122
HSL0.100.770.71
HSV37°49°93°
CMYK 0.000.180.49   0.07
XYZ58.064558.165926.5792
Yxy58.16590.40660.4073
Hunter Lab76.26662.432032.7238
CIE-Lab80.83096.880741.9555

#eec27a color RGB value is (238,194,122).

#eec27a hex color red value is 238, green value is 194 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eec27a hue: 0.10 , saturation: 0.77 and the lightness value of eec27a is 0.71.

The process color (four color CMYK) of #eec27a color hex is 0.00, 0.18, 0.49, 0.07. Web safe color of #eec27a is #ffcc66. Color #eec27a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01111010
Octal 356 302 172
Decimal 238 194 122
Hex EE C2 7A

RGB Percentages of Color #eec27a

%42.96
%35.02
%22.02

CMYK Percentages of Color #eec27a

%0
%18
%49
%7

Triadic Colors of #eec27a

#eec27a #7aeec2 #c27aee

Analogous Colors of #eec27a

#eec27a #e0ee7a #ee887a

Monochromatic Colors of #eec27a

#eec27a

Complementary Color

#eec27a #7aa6ee

#eec27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec27a Color CSS Codes

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

#eec27a Text Font Color

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

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


#eec27a Background Color

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

This div background color is #eec27a


#eec27a Border Color

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

This div border color is #eec27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec27a


Comments

No comments written yet.

Please login to write comment.