Color Hex Logo

#efb098 Color Hex

#EFB098
(239,176,152)
0 Favorites   0 Comments

Color spaces of #efb098

RGB 239176152
HSL0.050.730.77
HSV17°36°94°
CMYK 0.000.260.36   0.06
XYZ56.789451.668436.6856
Yxy51.66840.39130.3560
Hunter Lab71.880715.232720.0568
CIE-Lab77.082119.910821.3176

#efb098 color RGB value is (239,176,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 10011000
Octal 357 260 230
Decimal 239 176 152
Hex EF B0 98

RGB Percentages of Color #efb098

%42.15
%31.04
%26.81

CMYK Percentages of Color #efb098

%0
%26
%36
%6

Triadic Colors of #efb098

#efb098 #98efb0 #b098ef

Analogous Colors of #efb098

#efb098 #efdc98 #ef98ac

Monochromatic Colors of #efb098

#efb098

Complementary Color

#efb098 #98d7ef

#efb098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb098 Color CSS Codes

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

#efb098 Text Font Color

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

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


#efb098 Background Color

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

This div background color is #efb098


#efb098 Border Color

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

This div border color is #efb098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb098


Comments

No comments written yet.

Please login to write comment.