Color Hex Logo

#ef6aab Color Hex

#EF6AAB
(239,106,171)
0 Favorites   0 Comments

Color spaces of #ef6aab

RGB 239106171
HSL0.920.810.68
HSV331°56°94°
CMYK 0.000.560.28   0.06
XYZ48.101331.599142.0921
Yxy31.59910.39490.2595
Hunter Lab56.213154.3688-5.0469
CIE-Lab63.010257.8911-9.4702

#ef6aab color RGB value is (239,106,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101010 10101011
Octal 357 152 253
Decimal 239 106 171
Hex EF 6A AB

RGB Percentages of Color #ef6aab

%46.32
%20.54
%33.14

CMYK Percentages of Color #ef6aab

%0
%56
%28
%6

Triadic Colors of #ef6aab

#ef6aab #abef6a #6aabef

Analogous Colors of #ef6aab

#ef6aab #ef6c6a #ef6aee

Monochromatic Colors of #ef6aab

#ef6aab

Complementary Color

#ef6aab #6aefae

#ef6aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6aab Color CSS Codes

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

#ef6aab Text Font Color

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

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


#ef6aab Background Color

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

This div background color is #ef6aab


#ef6aab Border Color

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

This div border color is #ef6aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6aab


Comments

No comments written yet.

Please login to write comment.