Color Hex Logo

#efbc8d Color Hex

#EFBC8D
(239,188,141)
0 Favorites   0 Comments

Color spaces of #efbc8d

RGB 239188141
HSL0.080.750.75
HSV29°41°94°
CMYK 0.000.210.41   0.06
XYZ58.387556.240232.9774
Yxy56.24020.39560.3810
Hunter Lab74.99357.735826.4234
CIE-Lab79.750312.323730.7746

#efbc8d color RGB value is (239,188,141).

#efbc8d hex color red value is 239, green value is 188 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efbc8d hue: 0.08 , saturation: 0.75 and the lightness value of efbc8d is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 10001101
Octal 357 274 215
Decimal 239 188 141
Hex EF BC 8D

RGB Percentages of Color #efbc8d

%42.08
%33.10
%24.82

CMYK Percentages of Color #efbc8d

%0
%21
%41
%6

Triadic Colors of #efbc8d

#efbc8d #8defbc #bc8def

Analogous Colors of #efbc8d

#efbc8d #efed8d #ef8d8f

Monochromatic Colors of #efbc8d

#efbc8d

Complementary Color

#efbc8d #8dc0ef

#efbc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc8d Color CSS Codes

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

#efbc8d Text Font Color

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

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


#efbc8d Background Color

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

This div background color is #efbc8d


#efbc8d Border Color

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

This div border color is #efbc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc8d


Comments

No comments written yet.

Please login to write comment.