Color Hex Logo

#efb691 Color Hex

#EFB691
(239,182,145)
0 Favorites   0 Comments

Color spaces of #efb691

RGB 239182145
HSL0.070.750.75
HSV24°39°94°
CMYK 0.000.240.39   0.06
XYZ57.435453.851034.1552
Yxy53.85100.39490.3703
Hunter Lab73.383211.287223.7726
CIE-Lab78.374815.929926.8226

#efb691 color RGB value is (239,182,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110110 10010001
Octal 357 266 221
Decimal 239 182 145
Hex EF B6 91

RGB Percentages of Color #efb691

%42.23
%32.16
%25.62

CMYK Percentages of Color #efb691

%0
%24
%39
%6

Triadic Colors of #efb691

#efb691 #91efb6 #b691ef

Analogous Colors of #efb691

#efb691 #efe591 #ef919b

Monochromatic Colors of #efb691

#efb691

Complementary Color

#efb691 #91caef

#efb691 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb691 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb691 Color CSS Codes

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

#efb691 Text Font Color

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

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


#efb691 Background Color

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

This div background color is #efb691


#efb691 Border Color

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

This div border color is #efb691


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,182,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 #efb691">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb691


Comments

No comments written yet.

Please login to write comment.