Color Hex Logo

#efa8bb Color Hex

#EFA8BB
(239,168,187)
0 Favorites   0 Comments

Color spaces of #efa8bb

RGB 239168187
HSL0.960.690.80
HSV344°30°94°
CMYK 0.000.300.22   0.06
XYZ58.568949.943853.5669
Yxy49.94380.36140.3081
Hunter Lab70.670924.25874.5292
CIE-Lab76.034828.77890.7951

#efa8bb color RGB value is (239,168,187).

#efa8bb hex color red value is 239, green value is 168 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efa8bb hue: 0.96 , saturation: 0.69 and the lightness value of efa8bb is 0.80.

The process color (four color CMYK) of #efa8bb color hex is 0.00, 0.30, 0.22, 0.06. Web safe color of #efa8bb is #ff99cc. Color #efa8bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 10111011
Octal 357 250 273
Decimal 239 168 187
Hex EF A8 BB

RGB Percentages of Color #efa8bb

%40.24
%28.28
%31.48

CMYK Percentages of Color #efa8bb

%0
%30
%22
%6

Triadic Colors of #efa8bb

#efa8bb #bbefa8 #a8bbef

Analogous Colors of #efa8bb

#efa8bb #efb9a8 #efa8df

Monochromatic Colors of #efa8bb

#efa8bb

Complementary Color

#efa8bb #a8efdc

#efa8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa8bb Color CSS Codes

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

#efa8bb Text Font Color

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

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


#efa8bb Background Color

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

This div background color is #efa8bb


#efa8bb Border Color

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

This div border color is #efa8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa8bb


Comments

No comments written yet.

Please login to write comment.