Color Hex Logo

#efaea1 Color Hex

#EFAEA1
(239,174,161)
0 Favorites   0 Comments

Color spaces of #efaea1

RGB 239174161
HSL0.030.710.78
HSV10°33°94°
CMYK 0.000.270.33   0.06
XYZ57.165751.196040.5871
Yxy51.19600.38380.3437
Hunter Lab71.551417.397016.4541
CIE-Lab76.797622.065416.0588

#efaea1 color RGB value is (239,174,161).

#efaea1 hex color red value is 239, green value is 174 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #efaea1 hue: 0.03 , saturation: 0.71 and the lightness value of efaea1 is 0.78.

The process color (four color CMYK) of #efaea1 color hex is 0.00, 0.27, 0.33, 0.06. Web safe color of #efaea1 is #ff9999. Color #efaea1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101110 10100001
Octal 357 256 241
Decimal 239 174 161
Hex EF AE A1

RGB Percentages of Color #efaea1

%41.64
%30.31
%28.05

CMYK Percentages of Color #efaea1

%0
%27
%33
%6

Triadic Colors of #efaea1

#efaea1 #a1efae #aea1ef

Analogous Colors of #efaea1

#efaea1 #efd5a1 #efa1bb

Monochromatic Colors of #efaea1

#efaea1

Complementary Color

#efaea1 #a1e2ef

#efaea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaea1 Color CSS Codes

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

#efaea1 Text Font Color

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

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


#efaea1 Background Color

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

This div background color is #efaea1


#efaea1 Border Color

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

This div border color is #efaea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaea1


Comments

No comments written yet.

Please login to write comment.