Color Hex Logo

#efbaa5 Color Hex

#EFBAA5
(239,186,165)
0 Favorites   0 Comments

Color spaces of #efbaa5

RGB 239186165
HSL0.050.700.79
HSV17°31°94°
CMYK 0.000.220.31   0.06
XYZ59.947056.185143.2826
Yxy56.18510.37600.3524
Hunter Lab74.956711.582018.2336
CIE-Lab79.719016.209617.9774

#efbaa5 color RGB value is (239,186,165).

#efbaa5 hex color red value is 239, green value is 186 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #efbaa5 hue: 0.05 , saturation: 0.70 and the lightness value of efbaa5 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10100101
Octal 357 272 245
Decimal 239 186 165
Hex EF BA A5

RGB Percentages of Color #efbaa5

%40.51
%31.53
%27.97

CMYK Percentages of Color #efbaa5

%0
%22
%31
%6

Triadic Colors of #efbaa5

#efbaa5 #a5efba #baa5ef

Analogous Colors of #efbaa5

#efbaa5 #efdfa5 #efa5b5

Monochromatic Colors of #efbaa5

#efbaa5

Complementary Color

#efbaa5 #a5daef

#efbaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaa5 Color CSS Codes

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

#efbaa5 Text Font Color

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

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


#efbaa5 Background Color

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

This div background color is #efbaa5


#efbaa5 Border Color

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

This div border color is #efbaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaa5

#efbaa5 Color Palettes


Comments

No comments written yet.

Please login to write comment.