Color Hex Logo

#eee275 Color Hex

#EEE275
(238,226,117)
0 Favorites   0 Comments

Color spaces of #eee275

RGB 238226117
HSL0.150.780.70
HSV54°51°93°
CMYK 0.000.050.51   0.07
XYZ65.667173.854227.6239
Yxy73.85420.39290.4419
Hunter Lab85.9385-13.997341.0989
CIE-Lab88.8535-9.937054.1709

#eee275 color RGB value is (238,226,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 01110101
Octal 356 342 165
Decimal 238 226 117
Hex EE E2 75

RGB Percentages of Color #eee275

%40.96
%38.90
%20.14

CMYK Percentages of Color #eee275

%0
%5
%51
%7

Triadic Colors of #eee275

#eee275 #75eee2 #e275ee

Analogous Colors of #eee275

#eee275 #beee75 #eea675

Monochromatic Colors of #eee275

#eee275

Complementary Color

#eee275 #7581ee

#eee275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee275 Color CSS Codes

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

#eee275 Text Font Color

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

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


#eee275 Background Color

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

This div background color is #eee275


#eee275 Border Color

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

This div border color is #eee275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee275


Comments

No comments written yet.

Please login to write comment.