Color Hex Logo

#eec275 Color Hex

#EEC275
(238,194,117)
0 Favorites   0 Comments

Color spaces of #eec275

RGB 238194117
HSL0.110.780.70
HSV38°51°93°
CMYK 0.000.180.51   0.07
XYZ57.762658.045124.9890
Yxy58.04510.41030.4123
Hunter Lab76.18732.004733.8844
CIE-Lab80.76396.433344.3840

#eec275 color RGB value is (238,194,117).

#eec275 hex color red value is 238, green value is 194 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eec275 hue: 0.11 , saturation: 0.78 and the lightness value of eec275 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01110101
Octal 356 302 165
Decimal 238 194 117
Hex EE C2 75

RGB Percentages of Color #eec275

%43.35
%35.34
%21.31

CMYK Percentages of Color #eec275

%0
%18
%51
%7

Triadic Colors of #eec275

#eec275 #75eec2 #c275ee

Analogous Colors of #eec275

#eec275 #deee75 #ee8675

Monochromatic Colors of #eec275

#eec275

Complementary Color

#eec275 #75a1ee

#eec275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec275 Color CSS Codes

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

#eec275 Text Font Color

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

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


#eec275 Background Color

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

This div background color is #eec275


#eec275 Border Color

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

This div border color is #eec275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec275


Comments

No comments written yet.

Please login to write comment.