Color Hex Logo

#efabd5 Color Hex

#EFABD5
(239,171,213)
0 Favorites   0 Comments

Color spaces of #efabd5

RGB 239171213
HSL0.900.680.80
HSV323°28°94°
CMYK 0.000.280.11   0.06
XYZ62.169852.280669.7653
Yxy52.28060.33750.2838
Hunter Lab72.305326.9441-6.5935
CIE-Lab77.448331.2328-11.3031

#efabd5 color RGB value is (239,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11010101
Octal 357 253 325
Decimal 239 171 213
Hex EF AB D5

RGB Percentages of Color #efabd5

%38.36
%27.45
%34.19

CMYK Percentages of Color #efabd5

%0
%28
%11
%6

Triadic Colors of #efabd5

#efabd5 #d5efab #abd5ef

Analogous Colors of #efabd5

#efabd5 #efabb3 #e7abef

Monochromatic Colors of #efabd5

#efabd5

Complementary Color

#efabd5 #abefc5

#efabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabd5 Color CSS Codes

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

#efabd5 Text Font Color

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

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


#efabd5 Background Color

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

This div background color is #efabd5


#efabd5 Border Color

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

This div border color is #efabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabd5


Comments

No comments written yet.

Please login to write comment.