Color Hex Logo

#eeeb72 Color Hex

#EEEB72
(238,235,114)
0 Favorites   0 Comments

Color spaces of #eeeb72

RGB 238235114
HSL0.160.780.69
HSV59°52°93°
CMYK 0.000.010.52   0.07
XYZ68.005578.808727.5469
Yxy78.80870.39000.4520
Hunter Lab88.7743-18.615143.7441
CIE-Lab91.1477-14.639958.2440

#eeeb72 color RGB value is (238,235,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101011 01110010
Octal 356 353 162
Decimal 238 235 114
Hex EE EB 72

RGB Percentages of Color #eeeb72

%40.55
%40.03
%19.42

CMYK Percentages of Color #eeeb72

%0
%1
%52
%7

Triadic Colors of #eeeb72

#eeeb72 #72eeeb #eb72ee

Analogous Colors of #eeeb72

#eeeb72 #b3ee72 #eead72

Monochromatic Colors of #eeeb72

#eeeb72

Complementary Color

#eeeb72 #7275ee

#eeeb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeeb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeeb72 Color CSS Codes

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

#eeeb72 Text Font Color

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

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


#eeeb72 Background Color

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

This div background color is #eeeb72


#eeeb72 Border Color

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

This div border color is #eeeb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeeb72


Comments

No comments written yet.

Please login to write comment.