Color Hex Logo

#eec369 Color Hex

#EEC369
(238,195,105)
0 Favorites   0 Comments

Color spaces of #eec369

RGB 238195105
HSL0.110.800.67
HSV41°56°93°
CMYK 0.000.180.56   0.07
XYZ57.324858.227321.5822
Yxy58.22730.41800.4246
Hunter Lab76.30680.559636.6455
CIE-Lab80.86504.924650.3970

#eec369 color RGB value is (238,195,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000011 01101001
Octal 356 303 151
Decimal 238 195 105
Hex EE C3 69

RGB Percentages of Color #eec369

%44.24
%36.25
%19.52

CMYK Percentages of Color #eec369

%0
%18
%56
%7

Triadic Colors of #eec369

#eec369 #69eec3 #c369ee

Analogous Colors of #eec369

#eec369 #d7ee69 #ee8169

Monochromatic Colors of #eec369

#eec369

Complementary Color

#eec369 #6994ee

#eec369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec369 Color CSS Codes

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

#eec369 Text Font Color

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

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


#eec369 Background Color

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

This div background color is #eec369


#eec369 Border Color

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

This div border color is #eec369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec369


Comments

No comments written yet.

Please login to write comment.