Color Hex Logo

#efe050 Color Hex

#EFE050
(239,224,80)
0 Favorites   0 Comments

Color spaces of #efe050

RGB 23922480
HSL0.150.830.63
HSV54°67°94°
CMYK 0.000.060.67   0.06
XYZ63.700272.241218.1760
Yxy72.24120.41330.4687
Hunter Lab84.9948-14.962446.8173
CIE-Lab88.0846-11.080569.3336

#efe050 color RGB value is (239,224,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 01010000
Octal 357 340 120
Decimal 239 224 80
Hex EF E0 50

RGB Percentages of Color #efe050

%44.01
%41.25
%14.73

CMYK Percentages of Color #efe050

%0
%6
%67
%6

Triadic Colors of #efe050

#efe050 #50efe0 #e050ef

Analogous Colors of #efe050

#efe050 #afef50 #ef9150

Monochromatic Colors of #efe050

#efe050

Complementary Color

#efe050 #505fef

#efe050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe050 Color CSS Codes

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

#efe050 Text Font Color

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

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


#efe050 Background Color

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

This div background color is #efe050


#efe050 Border Color

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

This div border color is #efe050


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,224,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 #efe050">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe050


Comments

No comments written yet.

Please login to write comment.