Color Hex Logo

#efabad Color Hex

#EFABAD
(239,171,173)
0 Favorites   0 Comments

Color spaces of #efabad

RGB 239171173
HSL1.000.680.80
HSV358°28°94°
CMYK 0.000.280.28   0.06
XYZ57.702350.493746.2402
Yxy50.49370.37360.3270
Hunter Lab71.058920.595111.1594
CIE-Lab76.371325.21938.9294

#efabad color RGB value is (239,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 10101101
Octal 357 253 255
Decimal 239 171 173
Hex EF AB AD

RGB Percentages of Color #efabad

%40.99
%29.33
%29.67

CMYK Percentages of Color #efabad

%0
%28
%28
%6

Triadic Colors of #efabad

#efabad #adefab #abadef

Analogous Colors of #efabad

#efabad #efcbab #efabcf

Monochromatic Colors of #efabad

#efabad

Complementary Color

#efabad #abefed

#efabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabad Color CSS Codes

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

#efabad Text Font Color

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

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


#efabad Background Color

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

This div background color is #efabad


#efabad Border Color

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

This div border color is #efabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabad


Comments

No comments written yet.

Please login to write comment.