Color Hex Logo

#efbfbe Color Hex

#EFBFBE
(239,191,190)
0 Favorites   0 Comments

Color spaces of #efbfbe

RGB 239191190
HSL0.000.600.84
HSV21°94°
CMYK 0.000.200.21   0.06
XYZ63.521759.330056.8191
Yxy59.33000.35350.3302
Hunter Lab77.026012.409810.1822
CIE-Lab81.472617.01007.0382

#efbfbe color RGB value is (239,191,190).

#efbfbe hex color red value is 239, green value is 191 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efbfbe hue: 0.00 , saturation: 0.60 and the lightness value of efbfbe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10111110
Octal 357 277 276
Decimal 239 191 190
Hex EF BF BE

RGB Percentages of Color #efbfbe

%38.55
%30.81
%30.65

CMYK Percentages of Color #efbfbe

%0
%20
%21
%6

Triadic Colors of #efbfbe

#efbfbe #beefbf #bfbeef

Analogous Colors of #efbfbe

#efbfbe #efd8be #efbed6

Monochromatic Colors of #efbfbe

#efbfbe

Complementary Color

#efbfbe #beeeef

#efbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfbe Color CSS Codes

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

#efbfbe Text Font Color

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

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


#efbfbe Background Color

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

This div background color is #efbfbe


#efbfbe Border Color

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

This div border color is #efbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfbe


Comments

No comments written yet.

Please login to write comment.