Color Hex Logo

#efa8ba Color Hex

#EFA8BA
(239,168,186)
1 Favorites   0 Comments

Color spaces of #efa8ba

RGB 239168186
HSL0.960.690.80
HSV345°30°94°
CMYK 0.000.300.22   0.06
XYZ58.462249.901253.0050
Yxy49.90120.36230.3092
Hunter Lab70.640824.10504.9606
CIE-Lab76.008628.63321.3040

#efa8ba color RGB value is (239,168,186).

#efa8ba hex color red value is 239, green value is 168 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efa8ba hue: 0.96 , saturation: 0.69 and the lightness value of efa8ba is 0.80.

The process color (four color CMYK) of #efa8ba color hex is 0.00, 0.30, 0.22, 0.06. Web safe color of #efa8ba is #ff99cc. Color #efa8ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 10111010
Octal 357 250 272
Decimal 239 168 186
Hex EF A8 BA

RGB Percentages of Color #efa8ba

%40.30
%28.33
%31.37

CMYK Percentages of Color #efa8ba

%0
%30
%22
%6

Triadic Colors of #efa8ba

#efa8ba #baefa8 #a8baef

Analogous Colors of #efa8ba

#efa8ba #efbaa8 #efa8de

Monochromatic Colors of #efa8ba

#efa8ba

Complementary Color

#efa8ba #a8efdd

#efa8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa8ba Color CSS Codes

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

#efa8ba Text Font Color

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

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


#efa8ba Background Color

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

This div background color is #efa8ba


#efa8ba Border Color

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

This div border color is #efa8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa8ba


Comments

No comments written yet.

Please login to write comment.