Color Hex Logo

#ef906b Color Hex

#EF906B
(239,144,107)
0 Favorites   0 Comments

Color spaces of #ef906b

RGB 239144107
HSL0.050.800.68
HSV17°55°94°
CMYK 0.000.400.55   0.06
XYZ48.223739.358818.9653
Yxy39.35880.45260.3694
Hunter Lab62.736627.418525.9922
CIE-Lab69.010432.365834.8756

#ef906b color RGB value is (239,144,107).

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

The process color (four color CMYK) of #ef906b color hex is 0.00, 0.40, 0.55, 0.06. Web safe color of #ef906b is #ff9966. Color #ef906b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 01101011
Octal 357 220 153
Decimal 239 144 107
Hex EF 90 6B

RGB Percentages of Color #ef906b

%48.78
%29.39
%21.84

CMYK Percentages of Color #ef906b

%0
%40
%55
%6

Triadic Colors of #ef906b

#ef906b #6bef90 #906bef

Analogous Colors of #ef906b

#ef906b #efd26b #ef6b88

Monochromatic Colors of #ef906b

#ef906b

Complementary Color

#ef906b #6bcaef

#ef906b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef906b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef906b Color CSS Codes

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

#ef906b Text Font Color

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

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


#ef906b Background Color

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

This div background color is #ef906b


#ef906b Border Color

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

This div border color is #ef906b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef906b


Comments

No comments written yet.

Please login to write comment.