Color Hex Logo

#ef6baa Color Hex

#EF6BAA
(239,107,170)
0 Favorites   0 Comments

Color spaces of #ef6baa

RGB 239107170
HSL0.920.800.68
HSV331°55°94°
CMYK 0.000.550.29   0.06
XYZ48.110031.768441.6264
Yxy31.76840.39600.2615
Hunter Lab56.363553.7257-4.3333
CIE-Lab63.151057.3080-8.6881

#ef6baa color RGB value is (239,107,170).

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

The process color (four color CMYK) of #ef6baa color hex is 0.00, 0.55, 0.29, 0.06. Web safe color of #ef6baa is #ff6699. Color #ef6baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101011 10101010
Octal 357 153 252
Decimal 239 107 170
Hex EF 6B AA

RGB Percentages of Color #ef6baa

%46.32
%20.74
%32.95

CMYK Percentages of Color #ef6baa

%0
%55
%29
%6

Triadic Colors of #ef6baa

#ef6baa #aaef6b #6baaef

Analogous Colors of #ef6baa

#ef6baa #ef6e6b #ef6bec

Monochromatic Colors of #ef6baa

#ef6baa

Complementary Color

#ef6baa #6befb0

#ef6baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6baa Color CSS Codes

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

#ef6baa Text Font Color

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

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


#ef6baa Background Color

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

This div background color is #ef6baa


#ef6baa Border Color

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

This div border color is #ef6baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6baa


Comments

No comments written yet.

Please login to write comment.