Color Hex Logo

#efabeb Color Hex

#EFABEB
(239,171,235)
0 Favorites   0 Comments

Color spaces of #efabeb

RGB 239171235
HSL0.840.680.80
HSV304°28°94°
CMYK 0.000.280.02   0.06
XYZ65.154953.474785.4849
Yxy53.47470.31920.2620
Hunter Lab73.126431.0705-18.1216
CIE-Lab78.154435.0275-22.1690

#efabeb color RGB value is (239,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 11101011
Octal 357 253 353
Decimal 239 171 235
Hex EF AB EB

RGB Percentages of Color #efabeb

%37.05
%26.51
%36.43

CMYK Percentages of Color #efabeb

%0
%28
%2
%6

Triadic Colors of #efabeb

#efabeb #ebefab #abebef

Analogous Colors of #efabeb

#efabeb #efabc9 #d1abef

Monochromatic Colors of #efabeb

#efabeb

Complementary Color

#efabeb #abefaf

#efabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efabeb Color CSS Codes

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

#efabeb Text Font Color

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

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


#efabeb Background Color

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

This div background color is #efabeb


#efabeb Border Color

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

This div border color is #efabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efabeb


Comments

No comments written yet.

Please login to write comment.