Color Hex Logo

#efbd91 Color Hex

#EFBD91
(239,189,145)
0 Favorites   0 Comments

Color spaces of #efbd91

RGB 239189145
HSL0.080.750.75
HSV28°39°94°
CMYK 0.000.210.39   0.06
XYZ58.905056.790234.6450
Yxy56.79020.39180.3777
Hunter Lab75.35937.646825.4940
CIE-Lab80.061412.234829.0841

#efbd91 color RGB value is (239,189,145).

#efbd91 hex color red value is 239, green value is 189 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #efbd91 hue: 0.08 , saturation: 0.75 and the lightness value of efbd91 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10010001
Octal 357 275 221
Decimal 239 189 145
Hex EF BD 91

RGB Percentages of Color #efbd91

%41.71
%32.98
%25.31

CMYK Percentages of Color #efbd91

%0
%21
%39
%6

Triadic Colors of #efbd91

#efbd91 #91efbd #bd91ef

Analogous Colors of #efbd91

#efbd91 #efec91 #ef9194

Monochromatic Colors of #efbd91

#efbd91

Complementary Color

#efbd91 #91c3ef

#efbd91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd91 Color CSS Codes

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

#efbd91 Text Font Color

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

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


#efbd91 Background Color

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

This div background color is #efbd91


#efbd91 Border Color

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

This div border color is #efbd91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd91


Comments

No comments written yet.

Please login to write comment.