Color Hex Logo

#efea50 Color Hex

#EFEA50
(239,234,80)
0 Favorites   0 Comments

Color spaces of #efea50

RGB 23923480
HSL0.160.830.63
HSV58°67°94°
CMYK 0.000.020.67   0.06
XYZ66.467477.775519.0984
Yxy77.77550.40690.4762
Hunter Lab88.1904-19.801348.8935
CIE-Lab90.6774-16.009971.9718

#efea50 color RGB value is (239,234,80).

#efea50 hex color red value is 239, green value is 234 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #efea50 hue: 0.16 , saturation: 0.83 and the lightness value of efea50 is 0.63.

The process color (four color CMYK) of #efea50 color hex is 0.00, 0.02, 0.67, 0.06. Web safe color of #efea50 is #ffff66. Color #efea50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 01010000
Octal 357 352 120
Decimal 239 234 80
Hex EF EA 50

RGB Percentages of Color #efea50

%43.22
%42.31
%14.47

CMYK Percentages of Color #efea50

%0
%2
%67
%6

Triadic Colors of #efea50

#efea50 #50efea #ea50ef

Analogous Colors of #efea50

#efea50 #a5ef50 #ef9b50

Monochromatic Colors of #efea50

#efea50

Complementary Color

#efea50 #5055ef

#efea50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea50 Color CSS Codes

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

#efea50 Text Font Color

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

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


#efea50 Background Color

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

This div background color is #efea50


#efea50 Border Color

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

This div border color is #efea50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea50


Comments

No comments written yet.

Please login to write comment.