Color Hex Logo

#efdfba Color Hex

#EFDFBA
(239,223,186)
0 Favorites   0 Comments

Color spaces of #efdfba

RGB 239223186
HSL0.120.620.83
HSV42°22°94°
CMYK 0.000.070.22   0.06
XYZ70.847274.671257.1333
Yxy74.67120.34960.3685
Hunter Lab86.4125-4.874721.2880
CIE-Lab89.2388-0.267620.1318

#efdfba color RGB value is (239,223,186).

#efdfba hex color red value is 239, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efdfba hue: 0.12 , saturation: 0.62 and the lightness value of efdfba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 10111010
Octal 357 337 272
Decimal 239 223 186
Hex EF DF BA

RGB Percentages of Color #efdfba

%36.88
%34.41
%28.70

CMYK Percentages of Color #efdfba

%0
%7
%22
%6

Triadic Colors of #efdfba

#efdfba #baefdf #dfbaef

Analogous Colors of #efdfba

#efdfba #e5efba #efc5ba

Monochromatic Colors of #efdfba

#efdfba

Complementary Color

#efdfba #bacaef

#efdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfba Color CSS Codes

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

#efdfba Text Font Color

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

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


#efdfba Background Color

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

This div background color is #efdfba


#efdfba Border Color

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

This div border color is #efdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfba


Comments

No comments written yet.

Please login to write comment.