Color Hex Logo

#efadc4 Color Hex

#EFADC4
(239,173,196)
0 Favorites   0 Comments

Color spaces of #efadc4

RGB 239173196
HSL0.940.670.81
HSV339°28°94°
CMYK 0.000.280.18   0.06
XYZ60.504052.223459.1158
Yxy52.22340.35210.3039
Hunter Lab72.265822.98282.0848
CIE-Lab77.414227.4681-2.1000

#efadc4 color RGB value is (239,173,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11000100
Octal 357 255 304
Decimal 239 173 196
Hex EF AD C4

RGB Percentages of Color #efadc4

%39.31
%28.45
%32.24

CMYK Percentages of Color #efadc4

%0
%28
%18
%6

Triadic Colors of #efadc4

#efadc4 #c4efad #adc4ef

Analogous Colors of #efadc4

#efadc4 #efb7ad #efade5

Monochromatic Colors of #efadc4

#efadc4

Complementary Color

#efadc4 #adefd8

#efadc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadc4 Color CSS Codes

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

#efadc4 Text Font Color

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

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


#efadc4 Background Color

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

This div background color is #efadc4


#efadc4 Border Color

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

This div border color is #efadc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadc4


Comments

No comments written yet.

Please login to write comment.