Color Hex Logo

#efea54 Color Hex

#EFEA54
(239,234,84)
0 Favorites   0 Comments

Color spaces of #efea54

RGB 23923484
HSL0.160.830.63
HSV58°65°94°
CMYK 0.000.020.65   0.06
XYZ66.619777.836519.9002
Yxy77.83650.40530.4736
Hunter Lab88.2250-19.606448.3839
CIE-Lab90.7052-15.791470.4746

#efea54 color RGB value is (239,234,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101010 01010100
Octal 357 352 124
Decimal 239 234 84
Hex EF EA 54

RGB Percentages of Color #efea54

%42.91
%42.01
%15.08

CMYK Percentages of Color #efea54

%0
%2
%65
%6

Triadic Colors of #efea54

#efea54 #54efea #ea54ef

Analogous Colors of #efea54

#efea54 #a7ef54 #ef9d54

Monochromatic Colors of #efea54

#efea54

Complementary Color

#efea54 #5459ef

#efea54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efea54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efea54 Color CSS Codes

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

#efea54 Text Font Color

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

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


#efea54 Background Color

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

This div background color is #efea54


#efea54 Border Color

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

This div border color is #efea54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efea54


Comments

No comments written yet.

Please login to write comment.