Color Hex Logo

#efbfb5 Color Hex

#EFBFB5
(239,191,181)
0 Favorites   0 Comments

Color spaces of #efbfb5

RGB 239191181
HSL0.030.640.82
HSV10°24°94°
CMYK 0.000.200.24   0.06
XYZ62.567958.948551.7966
Yxy58.94850.36100.3401
Hunter Lab76.777911.101913.7458
CIE-Lab81.263315.713511.5687

#efbfb5 color RGB value is (239,191,181).

#efbfb5 hex color red value is 239, green value is 191 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #efbfb5 hue: 0.03 , saturation: 0.64 and the lightness value of efbfb5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10110101
Octal 357 277 265
Decimal 239 191 181
Hex EF BF B5

RGB Percentages of Color #efbfb5

%39.12
%31.26
%29.62

CMYK Percentages of Color #efbfb5

%0
%20
%24
%6

Triadic Colors of #efbfb5

#efbfb5 #b5efbf #bfb5ef

Analogous Colors of #efbfb5

#efbfb5 #efdcb5 #efb5c8

Monochromatic Colors of #efbfb5

#efbfb5

Complementary Color

#efbfb5 #b5e5ef

#efbfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfb5 Color CSS Codes

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

#efbfb5 Text Font Color

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

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


#efbfb5 Background Color

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

This div background color is #efbfb5


#efbfb5 Border Color

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

This div border color is #efbfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfb5


Comments

No comments written yet.

Please login to write comment.