Color Hex Logo

#eeca7d Color Hex

#EECA7D
(238,202,125)
0 Favorites   0 Comments

Color spaces of #eeca7d

RGB 238202125
HSL0.110.770.71
HSV41°47°93°
CMYK 0.000.150.47   0.07
XYZ60.082161.898928.1830
Yxy61.89890.40010.4122
Hunter Lab78.6759-1.368333.8344
CIE-Lab82.85962.994542.9881

#eeca7d color RGB value is (238,202,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 01111101
Octal 356 312 175
Decimal 238 202 125
Hex EE CA 7D

RGB Percentages of Color #eeca7d

%42.12
%35.75
%22.12

CMYK Percentages of Color #eeca7d

%0
%15
%47
%7

Triadic Colors of #eeca7d

#eeca7d #7deeca #ca7dee

Analogous Colors of #eeca7d

#eeca7d #daee7d #ee927d

Monochromatic Colors of #eeca7d

#eeca7d

Complementary Color

#eeca7d #7da1ee

#eeca7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca7d Color CSS Codes

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

#eeca7d Text Font Color

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

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


#eeca7d Background Color

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

This div background color is #eeca7d


#eeca7d Border Color

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

This div border color is #eeca7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca7d


Comments

No comments written yet.

Please login to write comment.