Color Hex Logo

#efa898 Color Hex

#EFA898
(239,168,152)
0 Favorites   0 Comments

Color spaces of #efa898

RGB 239168152
HSL0.030.730.77
HSV11°36°94°
CMYK 0.000.300.36   0.06
XYZ55.266748.623036.1781
Yxy48.62300.39460.3471
Hunter Lab69.730219.447518.0497
CIE-Lab75.216224.155618.7452

#efa898 color RGB value is (239,168,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 10011000
Octal 357 250 230
Decimal 239 168 152
Hex EF A8 98

RGB Percentages of Color #efa898

%42.75
%30.05
%27.19

CMYK Percentages of Color #efa898

%0
%30
%36
%6

Triadic Colors of #efa898

#efa898 #98efa8 #a898ef

Analogous Colors of #efa898

#efa898 #efd498 #ef98b4

Monochromatic Colors of #efa898

#efa898

Complementary Color

#efa898 #98dfef

#efa898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa898 Color CSS Codes

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

#efa898 Text Font Color

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

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


#efa898 Background Color

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

This div background color is #efa898


#efa898 Border Color

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

This div border color is #efa898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa898


Comments

No comments written yet.

Please login to write comment.