Color Hex Logo

#efbdbd Color Hex

#EFBDBD
(239,189,189)
0 Favorites   0 Comments

Color spaces of #efbdbd

RGB 239189189
HSL0.000.610.84
HSV21°94°
CMYK 0.000.210.21   0.06
XYZ62.979558.420056.1009
Yxy58.42000.35480.3291
Hunter Lab76.433013.32339.9849
CIE-Lab80.971717.92186.8558

#efbdbd color RGB value is (239,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10111101
Octal 357 275 275
Decimal 239 189 189
Hex EF BD BD

RGB Percentages of Color #efbdbd

%38.74
%30.63
%30.63

CMYK Percentages of Color #efbdbd

%0
%21
%21
%6

Triadic Colors of #efbdbd

#efbdbd #bdefbd #bdbdef

Analogous Colors of #efbdbd

#efbdbd #efd6bd #efbdd6

Monochromatic Colors of #efbdbd

#efbdbd

Complementary Color

#efbdbd #bdefef

#efbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdbd Color CSS Codes

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

#efbdbd Text Font Color

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

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


#efbdbd Background Color

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

This div background color is #efbdbd


#efbdbd Border Color

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

This div border color is #efbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdbd

#efbdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.