Color Hex Logo

#efbead Color Hex

#EFBEAD
(239,190,173)
0 Favorites   0 Comments

Color spaces of #efbead

RGB 239190173
HSL0.040.670.81
HSV15°28°94°
CMYK 0.000.210.28   0.06
XYZ61.552958.194847.5237
Yxy58.19480.36800.3479
Hunter Lab76.285510.527616.4639
CIE-Lab80.847015.143115.2678

#efbead color RGB value is (239,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 10101101
Octal 357 276 255
Decimal 239 190 173
Hex EF BE AD

RGB Percentages of Color #efbead

%39.70
%31.56
%28.74

CMYK Percentages of Color #efbead

%0
%21
%28
%6

Triadic Colors of #efbead

#efbead #adefbe #beadef

Analogous Colors of #efbead

#efbead #efdfad #efadbd

Monochromatic Colors of #efbead

#efbead

Complementary Color

#efbead #addeef

#efbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbead Color CSS Codes

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

#efbead Text Font Color

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

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


#efbead Background Color

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

This div background color is #efbead


#efbead Border Color

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

This div border color is #efbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbead


Comments

No comments written yet.

Please login to write comment.