Color Hex Logo

#efbc82 Color Hex

#EFBC82
(239,188,130)
0 Favorites   0 Comments

Color spaces of #efbc82

RGB 239188130
HSL0.090.770.72
HSV32°46°94°
CMYK 0.000.210.46   0.06
XYZ57.609155.928928.8781
Yxy55.92890.40450.3927
Hunter Lab74.78566.627829.4554
CIE-Lab79.573311.189436.2827

#efbc82 color RGB value is (239,188,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10000010
Octal 357 274 202
Decimal 239 188 130
Hex EF BC 82

RGB Percentages of Color #efbc82

%42.91
%33.75
%23.34

CMYK Percentages of Color #efbc82

%0
%21
%46
%6

Triadic Colors of #efbc82

#efbc82 #82efbc #bc82ef

Analogous Colors of #efbc82

#efbc82 #ecef82 #ef8682

Monochromatic Colors of #efbc82

#efbc82

Complementary Color

#efbc82 #82b5ef

#efbc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc82 Color CSS Codes

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

#efbc82 Text Font Color

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

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


#efbc82 Background Color

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

This div background color is #efbc82


#efbc82 Border Color

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

This div border color is #efbc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc82


Comments

No comments written yet.

Please login to write comment.