Color Hex Logo

#efafe3 Color Hex

#EFAFE3
(239,175,227)
0 Favorites   0 Comments

Color spaces of #efafe3

RGB 239175227
HSL0.860.670.81
HSV311°27°94°
CMYK 0.000.270.05   0.06
XYZ64.791754.556779.7887
Yxy54.55670.32540.2740
Hunter Lab73.862527.3196-12.3432
CIE-Lab78.785231.4879-16.8888

#efafe3 color RGB value is (239,175,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11100011
Octal 357 257 343
Decimal 239 175 227
Hex EF AF E3

RGB Percentages of Color #efafe3

%37.29
%27.30
%35.41

CMYK Percentages of Color #efafe3

%0
%27
%5
%6

Triadic Colors of #efafe3

#efafe3 #e3efaf #afe3ef

Analogous Colors of #efafe3

#efafe3 #efafc3 #dbafef

Monochromatic Colors of #efafe3

#efafe3

Complementary Color

#efafe3 #afefbb

#efafe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafe3 Color CSS Codes

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

#efafe3 Text Font Color

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

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


#efafe3 Background Color

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

This div background color is #efafe3


#efafe3 Border Color

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

This div border color is #efafe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafe3


Comments

No comments written yet.

Please login to write comment.