Color Hex Logo

#ef906a Color Hex

#EF906A
(239,144,106)
0 Favorites   0 Comments

Color spaces of #ef906a

RGB 239144106
HSL0.050.810.68
HSV17°56°94°
CMYK 0.000.400.56   0.06
XYZ48.171439.337818.6897
Yxy39.33780.45360.3704
Hunter Lab62.719927.335526.2362
CIE-Lab68.995332.286735.3932

#ef906a color RGB value is (239,144,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010000 01101010
Octal 357 220 152
Decimal 239 144 106
Hex EF 90 6A

RGB Percentages of Color #ef906a

%48.88
%29.45
%21.68

CMYK Percentages of Color #ef906a

%0
%40
%56
%6

Triadic Colors of #ef906a

#ef906a #6aef90 #906aef

Analogous Colors of #ef906a

#ef906a #efd36a #ef6a87

Monochromatic Colors of #ef906a

#ef906a

Complementary Color

#ef906a #6ac9ef

#ef906a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef906a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef906a Color CSS Codes

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

#ef906a Text Font Color

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

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


#ef906a Background Color

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

This div background color is #ef906a


#ef906a Border Color

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

This div border color is #ef906a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef906a


Comments

No comments written yet.

Please login to write comment.