Color Hex Logo

#efb498 Color Hex

#EFB498
(239,180,152)
0 Favorites   0 Comments

Color spaces of #efb498

RGB 239180152
HSL0.050.730.77
HSV19°36°94°
CMYK 0.000.250.36   0.06
XYZ57.585453.260236.9509
Yxy53.26020.38960.3604
Hunter Lab72.979613.133221.0661
CIE-Lab78.028417.790622.6144

#efb498 color RGB value is (239,180,152).

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

The process color (four color CMYK) of #efb498 color hex is 0.00, 0.25, 0.36, 0.06. Web safe color of #efb498 is #ffcc99. Color #efb498 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 10011000
Octal 357 264 230
Decimal 239 180 152
Hex EF B4 98

RGB Percentages of Color #efb498

%41.86
%31.52
%26.62

CMYK Percentages of Color #efb498

%0
%25
%36
%6

Triadic Colors of #efb498

#efb498 #98efb4 #b498ef

Analogous Colors of #efb498

#efb498 #efe098 #ef98a8

Monochromatic Colors of #efb498

#efb498

Complementary Color

#efb498 #98d3ef

#efb498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb498 Color CSS Codes

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

#efb498 Text Font Color

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

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


#efb498 Background Color

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

This div background color is #efb498


#efb498 Border Color

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

This div border color is #efb498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb498


Comments

No comments written yet.

Please login to write comment.