Color Hex Logo

#efb67d Color Hex

#EFB67D
(239,182,125)
0 Favorites   0 Comments

Color spaces of #efb67d

RGB 239182125
HSL0.080.780.71
HSV30°48°94°
CMYK 0.000.240.48   0.06
XYZ56.026253.287326.7346
Yxy53.28730.41180.3917
Hunter Lab72.99829.252329.3845
CIE-Lab78.044313.868436.9078

#efb67d color RGB value is (239,182,125).

#efb67d hex color red value is 239, green value is 182 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #efb67d hue: 0.08 , saturation: 0.78 and the lightness value of efb67d is 0.71.

The process color (four color CMYK) of #efb67d color hex is 0.00, 0.24, 0.48, 0.06. Web safe color of #efb67d is #ffcc66. Color #efb67d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 01111101
Octal 357 266 175
Decimal 239 182 125
Hex EF B6 7D

RGB Percentages of Color #efb67d

%43.77
%33.33
%22.89

CMYK Percentages of Color #efb67d

%0
%24
%48
%6

Triadic Colors of #efb67d

#efb67d #7defb6 #b67def

Analogous Colors of #efb67d

#efb67d #efef7d #ef7d7d

Monochromatic Colors of #efb67d

#efb67d

Complementary Color

#efb67d #7db6ef

#efb67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb67d Color CSS Codes

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

#efb67d Text Font Color

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

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


#efb67d Background Color

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

This div background color is #efb67d


#efb67d Border Color

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

This div border color is #efb67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb67d


Comments

No comments written yet.

Please login to write comment.