Color Hex Logo

#efbf93 Color Hex

#EFBF93
(239,191,147)
0 Favorites   0 Comments

Color spaces of #efbf93

RGB 239191147
HSL0.080.740.76
HSV29°38°94°
CMYK 0.000.200.38   0.06
XYZ59.493957.718935.6090
Yxy57.71890.38930.3777
Hunter Lab75.97306.829525.3915
CIE-Lab80.582311.405828.7273

#efbf93 color RGB value is (239,191,147).

#efbf93 hex color red value is 239, green value is 191 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #efbf93 hue: 0.08 , saturation: 0.74 and the lightness value of efbf93 is 0.76.

The process color (four color CMYK) of #efbf93 color hex is 0.00, 0.20, 0.38, 0.06. Web safe color of #efbf93 is #ffcc99. Color #efbf93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10010011
Octal 357 277 223
Decimal 239 191 147
Hex EF BF 93

RGB Percentages of Color #efbf93

%41.42
%33.10
%25.48

CMYK Percentages of Color #efbf93

%0
%20
%38
%6

Triadic Colors of #efbf93

#efbf93 #93efbf #bf93ef

Analogous Colors of #efbf93

#efbf93 #efed93 #ef9395

Monochromatic Colors of #efbf93

#efbf93

Complementary Color

#efbf93 #93c3ef

#efbf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbf93 Color CSS Codes

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

#efbf93 Text Font Color

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

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


#efbf93 Background Color

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

This div background color is #efbf93


#efbf93 Border Color

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

This div border color is #efbf93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbf93


Comments

No comments written yet.

Please login to write comment.