Color Hex Logo

#efdeba Color Hex

#EFDEBA
(239,222,186)
0 Favorites   0 Comments

Color spaces of #efdeba

RGB 239222186
HSL0.110.620.83
HSV41°22°94°
CMYK 0.000.070.22   0.06
XYZ70.580874.138457.0445
Yxy74.13840.34980.3675
Hunter Lab86.1037-4.361620.9924
CIE-Lab88.98790.244919.7828

#efdeba color RGB value is (239,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10111010
Octal 357 336 272
Decimal 239 222 186
Hex EF DE BA

RGB Percentages of Color #efdeba

%36.94
%34.31
%28.75

CMYK Percentages of Color #efdeba

%0
%7
%22
%6

Triadic Colors of #efdeba

#efdeba #baefde #debaef

Analogous Colors of #efdeba

#efdeba #e6efba #efc4ba

Monochromatic Colors of #efdeba

#efdeba

Complementary Color

#efdeba #bacbef

#efdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdeba Color CSS Codes

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

#efdeba Text Font Color

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

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


#efdeba Background Color

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

This div background color is #efdeba


#efdeba Border Color

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

This div border color is #efdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdeba


Comments

No comments written yet.

Please login to write comment.