Color Hex Logo

#efbaa1 Color Hex

#EFBAA1
(239,186,161)
0 Favorites   0 Comments

Color spaces of #efbaa1

RGB 239186161
HSL0.050.710.78
HSV19°33°94°
CMYK 0.000.220.33   0.06
XYZ59.588556.041741.3947
Yxy56.04170.37950.3569
Hunter Lab74.861011.077219.6181
CIE-Lab79.637515.704420.0068

#efbaa1 color RGB value is (239,186,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10100001
Octal 357 272 241
Decimal 239 186 161
Hex EF BA A1

RGB Percentages of Color #efbaa1

%40.78
%31.74
%27.47

CMYK Percentages of Color #efbaa1

%0
%22
%33
%6

Triadic Colors of #efbaa1

#efbaa1 #a1efba #baa1ef

Analogous Colors of #efbaa1

#efbaa1 #efe1a1 #efa1af

Monochromatic Colors of #efbaa1

#efbaa1

Complementary Color

#efbaa1 #a1d6ef

#efbaa1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbaa1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbaa1 Color CSS Codes

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

#efbaa1 Text Font Color

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

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


#efbaa1 Background Color

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

This div background color is #efbaa1


#efbaa1 Border Color

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

This div border color is #efbaa1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbaa1


Comments

No comments written yet.

Please login to write comment.