Color Hex Logo

#efc082 Color Hex

#EFC082
(239,192,130)
0 Favorites   0 Comments

Color spaces of #efc082

RGB 239192130
HSL0.090.770.72
HSV34°46°94°
CMYK 0.000.200.46   0.06
XYZ58.475557.661729.1669
Yxy57.66170.40240.3968
Hunter Lab75.93534.570730.3813
CIE-Lab80.55039.088937.5402

#efc082 color RGB value is (239,192,130).

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

The process color (four color CMYK) of #efc082 color hex is 0.00, 0.20, 0.46, 0.06. Web safe color of #efc082 is #ffcc99. Color #efc082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 10000010
Octal 357 300 202
Decimal 239 192 130
Hex EF C0 82

RGB Percentages of Color #efc082

%42.60
%34.22
%23.17

CMYK Percentages of Color #efc082

%0
%20
%46
%6

Triadic Colors of #efc082

#efc082 #82efc0 #c082ef

Analogous Colors of #efc082

#efc082 #e8ef82 #ef8a82

Monochromatic Colors of #efc082

#efc082

Complementary Color

#efc082 #82b1ef

#efc082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc082 Color CSS Codes

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

#efc082 Text Font Color

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

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


#efc082 Background Color

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

This div background color is #efc082


#efc082 Border Color

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

This div border color is #efc082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc082


Comments

No comments written yet.

Please login to write comment.