Color Hex Logo

#efbd9f Color Hex

#EFBD9F
(239,189,159)
0 Favorites   0 Comments

Color spaces of #efbd9f

RGB 239189159
HSL0.060.710.78
HSV23°33°94°
CMYK 0.000.210.33   0.06
XYZ60.052257.249140.6860
Yxy57.24910.38010.3624
Hunter Lab75.66319.261121.0824
CIE-Lab80.319513.872122.0142

#efbd9f color RGB value is (239,189,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10011111
Octal 357 275 237
Decimal 239 189 159
Hex EF BD 9F

RGB Percentages of Color #efbd9f

%40.72
%32.20
%27.09

CMYK Percentages of Color #efbd9f

%0
%21
%33
%6

Triadic Colors of #efbd9f

#efbd9f #9fefbd #bd9fef

Analogous Colors of #efbd9f

#efbd9f #efe59f #ef9fa9

Monochromatic Colors of #efbd9f

#efbd9f

Complementary Color

#efbd9f #9fd1ef

#efbd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd9f Color CSS Codes

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

#efbd9f Text Font Color

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

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


#efbd9f Background Color

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

This div background color is #efbd9f


#efbd9f Border Color

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

This div border color is #efbd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd9f


Comments

No comments written yet.

Please login to write comment.