Color Hex Logo

#efbd6e Color Hex

#EFBD6E
(239,189,110)
0 Favorites   0 Comments

Color spaces of #efbd6e

RGB 239189110
HSL0.100.800.68
HSV37°54°94°
CMYK 0.000.210.54   0.06
XYZ56.608755.871722.5526
Yxy55.87170.41920.4138
Hunter Lab74.74744.376134.4343
CIE-Lab79.54078.866246.3916

#efbd6e color RGB value is (239,189,110).

#efbd6e hex color red value is 239, green value is 189 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #efbd6e hue: 0.10 , saturation: 0.80 and the lightness value of efbd6e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01101110
Octal 357 275 156
Decimal 239 189 110
Hex EF BD 6E

RGB Percentages of Color #efbd6e

%44.42
%35.13
%20.45

CMYK Percentages of Color #efbd6e

%0
%21
%54
%6

Triadic Colors of #efbd6e

#efbd6e #6eefbd #bd6eef

Analogous Colors of #efbd6e

#efbd6e #e1ef6e #ef7d6e

Monochromatic Colors of #efbd6e

#efbd6e

Complementary Color

#efbd6e #6ea0ef

#efbd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd6e Color CSS Codes

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

#efbd6e Text Font Color

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

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


#efbd6e Background Color

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

This div background color is #efbd6e


#efbd6e Border Color

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

This div border color is #efbd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd6e


Comments

No comments written yet.

Please login to write comment.