Color Hex Logo

#efafd5 Color Hex

#EFAFD5
(239,175,213)
0 Favorites   0 Comments

Color spaces of #efafd5

RGB 239175213
HSL0.900.670.81
HSV324°27°94°
CMYK 0.000.270.11   0.06
XYZ62.936853.814870.0209
Yxy53.81480.33700.2881
Hunter Lab73.358624.7637-5.2414
CIE-Lab78.353629.1082-9.9525

#efafd5 color RGB value is (239,175,213).

#efafd5 hex color red value is 239, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efafd5 hue: 0.90 , saturation: 0.67 and the lightness value of efafd5 is 0.81.

The process color (four color CMYK) of #efafd5 color hex is 0.00, 0.27, 0.11, 0.06. Web safe color of #efafd5 is #ff99cc. Color #efafd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11010101
Octal 357 257 325
Decimal 239 175 213
Hex EF AF D5

RGB Percentages of Color #efafd5

%38.12
%27.91
%33.97

CMYK Percentages of Color #efafd5

%0
%27
%11
%6

Triadic Colors of #efafd5

#efafd5 #d5efaf #afd5ef

Analogous Colors of #efafd5

#efafd5 #efafb5 #e9afef

Monochromatic Colors of #efafd5

#efafd5

Complementary Color

#efafd5 #afefc9

#efafd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafd5 Color CSS Codes

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

#efafd5 Text Font Color

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

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


#efafd5 Background Color

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

This div background color is #efafd5


#efafd5 Border Color

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

This div border color is #efafd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafd5


Comments

No comments written yet.

Please login to write comment.