Color Hex Logo

#efe882 Color Hex

#EFE882
(239,232,130)
0 Favorites   0 Comments

Color spaces of #efe882

RGB 239232130
HSL0.160.770.72
HSV56°46°94°
CMYK 0.000.030.46   0.06
XYZ68.482577.675732.5026
Yxy77.67570.38330.4348
Hunter Lab88.1338-15.534639.8283
CIE-Lab90.6317-11.372850.1833

#efe882 color RGB value is (239,232,130).

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

The process color (four color CMYK) of #efe882 color hex is 0.00, 0.03, 0.46, 0.06. Web safe color of #efe882 is #ffff99. Color #efe882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 10000010
Octal 357 350 202
Decimal 239 232 130
Hex EF E8 82

RGB Percentages of Color #efe882

%39.77
%38.60
%21.63

CMYK Percentages of Color #efe882

%0
%3
%46
%6

Triadic Colors of #efe882

#efe882 #82efe8 #e882ef

Analogous Colors of #efe882

#efe882 #c0ef82 #efb282

Monochromatic Colors of #efe882

#efe882

Complementary Color

#efe882 #8289ef

#efe882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe882 Color CSS Codes

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

#efe882 Text Font Color

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

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


#efe882 Background Color

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

This div background color is #efe882


#efe882 Border Color

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

This div border color is #efe882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe882


Comments

No comments written yet.

Please login to write comment.