Color Hex Logo

#efbaba Color Hex

#EFBABA
(239,186,186)
1 Favorites   0 Comments

Color spaces of #efbaba

RGB 239186186
HSL0.000.620.83
HSV22°94°
CMYK 0.000.220.22   0.06
XYZ62.018457.013754.1904
Yxy57.01370.35800.3291
Hunter Lab75.507414.473910.3038
CIE-Lab80.187319.07427.3445

#efbaba color RGB value is (239,186,186).

#efbaba hex color red value is 239, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efbaba hue: 0.00 , saturation: 0.62 and the lightness value of efbaba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10111010
Octal 357 272 272
Decimal 239 186 186
Hex EF BA BA

RGB Percentages of Color #efbaba

%39.12
%30.44
%30.44

CMYK Percentages of Color #efbaba

%0
%22
%22
%6

Triadic Colors of #efbaba

#efbaba #baefba #babaef

Analogous Colors of #efbaba

#efbaba #efd5ba #efbad5

Monochromatic Colors of #efbaba

#efbaba

Complementary Color

#efbaba #baefef

#efbaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaba Color CSS Codes

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

#efbaba Text Font Color

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

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


#efbaba Background Color

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

This div background color is #efbaba


#efbaba Border Color

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

This div border color is #efbaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaba


Comments

No comments written yet.

Please login to write comment.