Color Hex Logo

#efafbd Color Hex

#EFAFBD
(239,175,189)
0 Favorites   0 Comments

Color spaces of #efafbd

RGB 239175189
HSL0.960.670.81
HSV347°27°94°
CMYK 0.000.270.21   0.06
XYZ60.111952.684855.1451
Yxy52.68480.35790.3137
Hunter Lab72.584320.80525.7641
CIE-Lab77.688525.35462.1109

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

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

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

Base Numbers

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

RGB Percentages of Color #efafbd

%39.64
%29.02
%31.34

CMYK Percentages of Color #efafbd

%0
%27
%21
%6

Triadic Colors of #efafbd

#efafbd #bdefaf #afbdef

Analogous Colors of #efafbd

#efafbd #efc1af #efafdd

Monochromatic Colors of #efafbd

#efafbd

Complementary Color

#efafbd #afefe1

#efafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efafbd Color CSS Codes

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

#efafbd Text Font Color

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

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


#efafbd Background Color

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

This div background color is #efafbd


#efafbd Border Color

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

This div border color is #efafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efafbd


Comments

No comments written yet.

Please login to write comment.