Color Hex Logo

#efeac4 Color Hex

#EFEAC4
(239,234,196)
0 Favorites   0 Comments

Color spaces of #efeac4

RGB 239234196
HSL0.150.570.85
HSV53°18°94°
CMYK 0.000.020.18   0.06
XYZ74.983281.181963.9422
Yxy81.18190.34070.3688
Hunter Lab90.1010-9.126820.9942
CIE-Lab92.2126-4.430119.0897

#efeac4 color RGB value is (239,234,196).

#efeac4 hex color red value is 239, green value is 234 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #efeac4 hue: 0.15 , saturation: 0.57 and the lightness value of efeac4 is 0.85.

The process color (four color CMYK) of #efeac4 color hex is 0.00, 0.02, 0.18, 0.06. Web safe color of #efeac4 is #ffffcc. Color #efeac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 11000100
Octal 357 352 304
Decimal 239 234 196
Hex EF EA C4

RGB Percentages of Color #efeac4

%35.72
%34.98
%29.30

CMYK Percentages of Color #efeac4

%0
%2
%18
%6

Triadic Colors of #efeac4

#efeac4 #c4efea #eac4ef

Analogous Colors of #efeac4

#efeac4 #dfefc4 #efd5c4

Monochromatic Colors of #efeac4

#efeac4

Complementary Color

#efeac4 #c4c9ef

#efeac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeac4 Color CSS Codes

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

#efeac4 Text Font Color

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

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


#efeac4 Background Color

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

This div background color is #efeac4


#efeac4 Border Color

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

This div border color is #efeac4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,234,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efeac4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efeac4;
  -webkit-box-shadow: 1px 1px 3px 2px #efeac4;
  box-shadow:         1px 1px 3px 2px #efeac4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,234,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeac4


Comments

No comments written yet.

Please login to write comment.