Color Hex Logo

#efb088 Color Hex

#EFB088
(239,176,136)
0 Favorites   0 Comments

Color spaces of #efb088

RGB 239176136
HSL0.060.760.74
HSV23°43°94°
CMYK 0.000.260.43   0.06
XYZ55.565951.179030.2424
Yxy51.17900.40560.3736
Hunter Lab71.539513.449725.0136
CIE-Lab76.787318.135329.4867

#efb088 color RGB value is (239,176,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 10001000
Octal 357 260 210
Decimal 239 176 136
Hex EF B0 88

RGB Percentages of Color #efb088

%43.38
%31.94
%24.68

CMYK Percentages of Color #efb088

%0
%26
%43
%6

Triadic Colors of #efb088

#efb088 #88efb0 #b088ef

Analogous Colors of #efb088

#efb088 #efe488 #ef8894

Monochromatic Colors of #efb088

#efb088

Complementary Color

#efb088 #88c7ef

#efb088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb088 Color CSS Codes

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

#efb088 Text Font Color

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

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


#efb088 Background Color

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

This div background color is #efb088


#efb088 Border Color

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

This div border color is #efb088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb088


Comments

No comments written yet.

Please login to write comment.