Color Hex Logo

#efbc7d Color Hex

#EFBC7D
(239,188,125)
0 Favorites   0 Comments

Color spaces of #efbc7d

RGB 239188125
HSL0.090.780.71
HSV33°48°94°
CMYK 0.000.210.48   0.06
XYZ57.281555.797827.1530
Yxy55.79780.40850.3979
Hunter Lab74.69796.159930.7364
CIE-Lab79.498610.707938.7653

#efbc7d color RGB value is (239,188,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 01111101
Octal 357 274 175
Decimal 239 188 125
Hex EF BC 7D

RGB Percentages of Color #efbc7d

%43.30
%34.06
%22.64

CMYK Percentages of Color #efbc7d

%0
%21
%48
%6

Triadic Colors of #efbc7d

#efbc7d #7defbc #bc7def

Analogous Colors of #efbc7d

#efbc7d #e9ef7d #ef837d

Monochromatic Colors of #efbc7d

#efbc7d

Complementary Color

#efbc7d #7db0ef

#efbc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbc7d Color CSS Codes

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

#efbc7d Text Font Color

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

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


#efbc7d Background Color

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

This div background color is #efbc7d


#efbc7d Border Color

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

This div border color is #efbc7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbc7d


Comments

No comments written yet.

Please login to write comment.