Color Hex Logo

#ef8abb Color Hex

#EF8ABB
(239,138,187)
0 Favorites   0 Comments

Color spaces of #ef8abb

RGB 239138187
HSL0.920.760.74
HSV331°42°94°
CMYK 0.000.420.22   0.06
XYZ53.654740.115551.9289
Yxy40.11550.36830.2753
Hunter Lab63.336840.3739-4.2752
CIE-Lab69.551744.4738-8.7565

#ef8abb color RGB value is (239,138,187).

#ef8abb hex color red value is 239, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ef8abb hue: 0.92 , saturation: 0.76 and the lightness value of ef8abb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001010 10111011
Octal 357 212 273
Decimal 239 138 187
Hex EF 8A BB

RGB Percentages of Color #ef8abb

%42.38
%24.47
%33.16

CMYK Percentages of Color #ef8abb

%0
%42
%22
%6

Triadic Colors of #ef8abb

#ef8abb #bbef8a #8abbef

Analogous Colors of #ef8abb

#ef8abb #ef8c8a #ef8aee

Monochromatic Colors of #ef8abb

#ef8abb

Complementary Color

#ef8abb #8aefbe

#ef8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8abb Color CSS Codes

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

#ef8abb Text Font Color

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

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


#ef8abb Background Color

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

This div background color is #ef8abb


#ef8abb Border Color

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

This div border color is #ef8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8abb


Comments

No comments written yet.

Please login to write comment.