Color Hex Logo

#efb193 Color Hex

#EFB193
(239,177,147)
0 Favorites   0 Comments

Color spaces of #efb193

RGB 239177147
HSL0.050.740.76
HSV20°38°94°
CMYK 0.000.260.38   0.06
XYZ56.585251.901634.6394
Yxy51.90160.39540.3626
Hunter Lab72.042814.126021.9223
CIE-Lab77.222018.802724.1958

#efb193 color RGB value is (239,177,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110001 10010011
Octal 357 261 223
Decimal 239 177 147
Hex EF B1 93

RGB Percentages of Color #efb193

%42.45
%31.44
%26.11

CMYK Percentages of Color #efb193

%0
%26
%38
%6

Triadic Colors of #efb193

#efb193 #93efb1 #b193ef

Analogous Colors of #efb193

#efb193 #efdf93 #ef93a3

Monochromatic Colors of #efb193

#efb193

Complementary Color

#efb193 #93d1ef

#efb193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb193 Color CSS Codes

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

#efb193 Text Font Color

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

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


#efb193 Background Color

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

This div background color is #efb193


#efb193 Border Color

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

This div border color is #efb193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb193


Comments

No comments written yet.

Please login to write comment.