Color Hex Logo

#eecb7a Color Hex

#EECB7A
(238,203,122)
0 Favorites   0 Comments

Color spaces of #eecb7a

RGB 238203122
HSL0.120.770.71
HSV42°49°93°
CMYK 0.000.150.49   0.07
XYZ60.128762.294227.2672
Yxy62.29420.40170.4162
Hunter Lab78.9267-2.135034.7655
CIE-Lab83.06962.200244.7460

#eecb7a color RGB value is (238,203,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001011 01111010
Octal 356 313 172
Decimal 238 203 122
Hex EE CB 7A

RGB Percentages of Color #eecb7a

%42.27
%36.06
%21.67

CMYK Percentages of Color #eecb7a

%0
%15
%49
%7

Triadic Colors of #eecb7a

#eecb7a #7aeecb #cb7aee

Analogous Colors of #eecb7a

#eecb7a #d7ee7a #ee917a

Monochromatic Colors of #eecb7a

#eecb7a

Complementary Color

#eecb7a #7a9dee

#eecb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecb7a Color CSS Codes

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

#eecb7a Text Font Color

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

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


#eecb7a Background Color

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

This div background color is #eecb7a


#eecb7a Border Color

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

This div border color is #eecb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecb7a


Comments

No comments written yet.

Please login to write comment.