Color Hex Logo

#eee672 Color Hex

#EEE672
(238,230,114)
0 Favorites   0 Comments

Color spaces of #eee672

RGB 238230114
HSL0.160.780.69
HSV56°52°93°
CMYK 0.000.030.52   0.07
XYZ66.594075.985727.0764
Yxy75.98570.39250.4479
Hunter Lab87.1698-16.180742.6024
CIE-Lab89.8527-12.173856.7357

#eee672 color RGB value is (238,230,114).

#eee672 hex color red value is 238, green value is 230 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eee672 hue: 0.16 , saturation: 0.78 and the lightness value of eee672 is 0.69.

The process color (four color CMYK) of #eee672 color hex is 0.00, 0.03, 0.52, 0.07. Web safe color of #eee672 is #ffff66. Color #eee672 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100110 01110010
Octal 356 346 162
Decimal 238 230 114
Hex EE E6 72

RGB Percentages of Color #eee672

%40.89
%39.52
%19.59

CMYK Percentages of Color #eee672

%0
%3
%52
%7

Triadic Colors of #eee672

#eee672 #72eee6 #e672ee

Analogous Colors of #eee672

#eee672 #b8ee72 #eea872

Monochromatic Colors of #eee672

#eee672

Complementary Color

#eee672 #727aee

#eee672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee672 Color CSS Codes

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

#eee672 Text Font Color

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

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


#eee672 Background Color

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

This div background color is #eee672


#eee672 Border Color

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

This div border color is #eee672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee672


Comments

No comments written yet.

Please login to write comment.