Color Hex Logo

#efe82b Color Hex

#EFE82B
(239,232,43)
0 Favorites   0 Comments

Color spaces of #efe82b

RGB 23923243
HSL0.160.860.55
HSV58°82°94°
CMYK 0.000.030.82   0.06
XYZ64.889376.238413.5809
Yxy76.23840.41940.4928
Hunter Lab87.3146-20.145351.8983
CIE-Lab89.9699-16.501182.7790

#efe82b color RGB value is (239,232,43).

#efe82b hex color red value is 239, green value is 232 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #efe82b hue: 0.16 , saturation: 0.86 and the lightness value of efe82b is 0.55.

The process color (four color CMYK) of #efe82b color hex is 0.00, 0.03, 0.82, 0.06. Web safe color of #efe82b is #ffff33. Color #efe82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 00101011
Octal 357 350 53
Decimal 239 232 43
Hex EF E8 2B

RGB Percentages of Color #efe82b

%46.50
%45.14
%8.37

CMYK Percentages of Color #efe82b

%0
%3
%82
%6

Triadic Colors of #efe82b

#efe82b #2befe8 #e82bef

Analogous Colors of #efe82b

#efe82b #94ef2b #ef862b

Monochromatic Colors of #efe82b

#efe82b

Complementary Color

#efe82b #2b32ef

#efe82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe82b Color CSS Codes

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

#efe82b Text Font Color

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

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


#efe82b Background Color

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

This div background color is #efe82b


#efe82b Border Color

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

This div border color is #efe82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe82b


Comments

No comments written yet.

Please login to write comment.