Color Hex Logo

#efaac5 Color Hex

#EFAAC5
(239,170,197)
0 Favorites   0 Comments

Color spaces of #efaac5

RGB 239170197
HSL0.930.680.80
HSV337°29°94°
CMYK 0.000.290.18   0.06
XYZ60.049451.131459.5277
Yxy51.13140.35180.2995
Hunter Lab71.506224.76460.6965
CIE-Lab76.758529.2144-3.6086

#efaac5 color RGB value is (239,170,197).

#efaac5 hex color red value is 239, green value is 170 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #efaac5 hue: 0.93 , saturation: 0.68 and the lightness value of efaac5 is 0.80.

The process color (four color CMYK) of #efaac5 color hex is 0.00, 0.29, 0.18, 0.06. Web safe color of #efaac5 is #ff99cc. Color #efaac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 11000101
Octal 357 252 305
Decimal 239 170 197
Hex EF AA C5

RGB Percentages of Color #efaac5

%39.44
%28.05
%32.51

CMYK Percentages of Color #efaac5

%0
%29
%18
%6

Triadic Colors of #efaac5

#efaac5 #c5efaa #aac5ef

Analogous Colors of #efaac5

#efaac5 #efb2aa #efaae8

Monochromatic Colors of #efaac5

#efaac5

Complementary Color

#efaac5 #aaefd4

#efaac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaac5 Color CSS Codes

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

#efaac5 Text Font Color

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

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


#efaac5 Background Color

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

This div background color is #efaac5


#efaac5 Border Color

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

This div border color is #efaac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaac5


Comments

No comments written yet.

Please login to write comment.