Color Hex Logo

#efbdaf Color Hex

#EFBDAF
(239,189,175)
2 Favorites   0 Comments

Color spaces of #efbdaf

RGB 239189175
HSL0.040.670.81
HSV13°27°94°
CMYK 0.000.210.27   0.06
XYZ61.532157.841148.4788
Yxy57.84110.36660.3446
Hunter Lab76.053311.324815.4440
CIE-Lab80.650415.941813.9193

#efbdaf color RGB value is (239,189,175).

#efbdaf hex color red value is 239, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #efbdaf hue: 0.04 , saturation: 0.67 and the lightness value of efbdaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 10101111
Octal 357 275 257
Decimal 239 189 175
Hex EF BD AF

RGB Percentages of Color #efbdaf

%39.64
%31.34
%29.02

CMYK Percentages of Color #efbdaf

%0
%21
%27
%6

Triadic Colors of #efbdaf

#efbdaf #afefbd #bdafef

Analogous Colors of #efbdaf

#efbdaf #efddaf #efafc1

Monochromatic Colors of #efbdaf

#efbdaf

Complementary Color

#efbdaf #afe1ef

#efbdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdaf Color CSS Codes

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

#efbdaf Text Font Color

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

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


#efbdaf Background Color

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

This div background color is #efbdaf


#efbdaf Border Color

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

This div border color is #efbdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdaf

#efbdaf Color Palettes


Comments

No comments written yet.

Please login to write comment.