Color Hex Logo

#efbd9d Color Hex

#EFBD9D
(239,189,157)
0 Favorites   0 Comments

Color spaces of #efbd9d

RGB 239189157
HSL0.070.720.78
HSV23°34°94°
CMYK 0.000.210.34   0.06
XYZ59.880057.180239.7792
Yxy57.18020.38180.3646
Hunter Lab75.61769.019721.7424
CIE-Lab80.280813.628223.0258

#efbd9d color RGB value is (239,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10011101
Octal 357 275 235
Decimal 239 189 157
Hex EF BD 9D

RGB Percentages of Color #efbd9d

%40.85
%32.31
%26.84

CMYK Percentages of Color #efbd9d

%0
%21
%34
%6

Triadic Colors of #efbd9d

#efbd9d #9defbd #bd9def

Analogous Colors of #efbd9d

#efbd9d #efe69d #ef9da6

Monochromatic Colors of #efbd9d

#efbd9d

Complementary Color

#efbd9d #9dcfef

#efbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd9d Color CSS Codes

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

#efbd9d Text Font Color

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

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


#efbd9d Background Color

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

This div background color is #efbd9d


#efbd9d Border Color

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

This div border color is #efbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd9d


Comments

No comments written yet.

Please login to write comment.