Color Hex Logo

#efbd7e Color Hex

#EFBD7E
(239,189,126)
0 Favorites   0 Comments

Color spaces of #efbd7e

RGB 239189126
HSL0.090.780.72
HSV33°47°94°
CMYK 0.000.210.47   0.06
XYZ57.560156.252327.5627
Yxy56.25230.40710.3979
Hunter Lab75.00155.737630.7123
CIE-Lab79.757210.276938.5811

#efbd7e color RGB value is (239,189,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01111110
Octal 357 275 176
Decimal 239 189 126
Hex EF BD 7E

RGB Percentages of Color #efbd7e

%43.14
%34.12
%22.74

CMYK Percentages of Color #efbd7e

%0
%21
%47
%6

Triadic Colors of #efbd7e

#efbd7e #7eefbd #bd7eef

Analogous Colors of #efbd7e

#efbd7e #e9ef7e #ef857e

Monochromatic Colors of #efbd7e

#efbd7e

Complementary Color

#efbd7e #7eb0ef

#efbd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd7e Color CSS Codes

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

#efbd7e Text Font Color

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

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


#efbd7e Background Color

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

This div background color is #efbd7e


#efbd7e Border Color

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

This div border color is #efbd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd7e


Comments

No comments written yet.

Please login to write comment.