Color Hex Logo

#efafc4 Color Hex

#EFAFC4
(239,175,196)
0 Favorites   0 Comments

Color spaces of #efafc4

RGB 239175196
HSL0.950.670.81
HSV340°27°94°
CMYK 0.000.270.18   0.06
XYZ60.890452.996259.2446
Yxy52.99620.35170.3061
Hunter Lab72.798521.90432.7078
CIE-Lab77.872826.4054-1.4279

#efafc4 color RGB value is (239,175,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101111 11000100
Octal 357 257 304
Decimal 239 175 196
Hex EF AF C4

RGB Percentages of Color #efafc4

%39.18
%28.69
%32.13

CMYK Percentages of Color #efafc4

%0
%27
%18
%6

Triadic Colors of #efafc4

#efafc4 #c4efaf #afc4ef

Analogous Colors of #efafc4

#efafc4 #efbaaf #efafe4

Monochromatic Colors of #efafc4

#efafc4

Complementary Color

#efafc4 #afefda

#efafc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafc4 Color CSS Codes

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

#efafc4 Text Font Color

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

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


#efafc4 Background Color

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

This div background color is #efafc4


#efafc4 Border Color

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

This div border color is #efafc4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,175,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 #efafc4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafc4


Comments

No comments written yet.

Please login to write comment.