Color Hex Logo

#efbdbe Color Hex

#EFBDBE
(239,189,190)
0 Favorites   0 Comments

Color spaces of #efbdbe

RGB 239189190
HSL1.000.610.84
HSV359°21°94°
CMYK 0.000.210.21   0.06
XYZ63.088558.463656.6747
Yxy58.46360.35400.3280
Hunter Lab76.461513.47309.5762
CIE-Lab80.995918.06926.3526

#efbdbe color RGB value is (239,189,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10111110
Octal 357 275 276
Decimal 239 189 190
Hex EF BD BE

RGB Percentages of Color #efbdbe

%38.67
%30.58
%30.74

CMYK Percentages of Color #efbdbe

%0
%21
%21
%6

Triadic Colors of #efbdbe

#efbdbe #beefbd #bdbeef

Analogous Colors of #efbdbe

#efbdbe #efd5bd #efbdd7

Monochromatic Colors of #efbdbe

#efbdbe

Complementary Color

#efbdbe #bdefee

#efbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdbe Color CSS Codes

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

#efbdbe Text Font Color

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

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


#efbdbe Background Color

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

This div background color is #efbdbe


#efbdbe Border Color

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

This div border color is #efbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdbe


Comments

No comments written yet.

Please login to write comment.