Color Hex Logo

#eebfa4 Color Hex

#EEBFA4
(238,191,164)
0 Favorites   0 Comments

Color spaces of #eebfa4

RGB 238191164
HSL0.060.690.79
HSV22°31°93°
CMYK 0.000.200.31   0.07
XYZ60.591558.119143.1465
Yxy58.11910.37440.3591
Hunter Lab76.23598.457219.8093
CIE-Lab80.805013.060120.0040

#eebfa4 color RGB value is (238,191,164).

#eebfa4 hex color red value is 238, green value is 191 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #eebfa4 hue: 0.06 , saturation: 0.69 and the lightness value of eebfa4 is 0.79.

The process color (four color CMYK) of #eebfa4 color hex is 0.00, 0.20, 0.31, 0.07. Web safe color of #eebfa4 is #ffcc99. Color #eebfa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 10100100
Octal 356 277 244
Decimal 238 191 164
Hex EE BF A4

RGB Percentages of Color #eebfa4

%40.13
%32.21
%27.66

CMYK Percentages of Color #eebfa4

%0
%20
%31
%7

Triadic Colors of #eebfa4

#eebfa4 #a4eebf #bfa4ee

Analogous Colors of #eebfa4

#eebfa4 #eee4a4 #eea4ae

Monochromatic Colors of #eebfa4

#eebfa4

Complementary Color

#eebfa4 #a4d3ee

#eebfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfa4 Color CSS Codes

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

#eebfa4 Text Font Color

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

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


#eebfa4 Background Color

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

This div background color is #eebfa4


#eebfa4 Border Color

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

This div border color is #eebfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfa4


Comments

No comments written yet.

Please login to write comment.