Color Hex Logo

#efb199 Color Hex

#EFB199
(239,177,153)
0 Favorites   0 Comments

Color spaces of #efb199

RGB 239177153
HSL0.050.730.77
HSV17°36°94°
CMYK 0.000.260.36   0.06
XYZ57.068552.094937.1845
Yxy52.09490.39000.3560
Hunter Lab72.176814.826419.9784
CIE-Lab77.337519.498621.1300

#efb199 color RGB value is (239,177,153).

#efb199 hex color red value is 239, green value is 177 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #efb199 hue: 0.05 , saturation: 0.73 and the lightness value of efb199 is 0.77.

The process color (four color CMYK) of #efb199 color hex is 0.00, 0.26, 0.36, 0.06. Web safe color of #efb199 is #ff9999. Color #efb199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10011001
Octal 357 261 231
Decimal 239 177 153
Hex EF B1 99

RGB Percentages of Color #efb199

%42.00
%31.11
%26.89

CMYK Percentages of Color #efb199

%0
%26
%36
%6

Triadic Colors of #efb199

#efb199 #99efb1 #b199ef

Analogous Colors of #efb199

#efb199 #efdc99 #ef99ac

Monochromatic Colors of #efb199

#efb199

Complementary Color

#efb199 #99d7ef

#efb199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb199 Color CSS Codes

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

#efb199 Text Font Color

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

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


#efb199 Background Color

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

This div background color is #efb199


#efb199 Border Color

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

This div border color is #efb199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb199


Comments

No comments written yet.

Please login to write comment.