Color Hex Logo

#efdba0 Color Hex

#EFDBA0
(239,219,160)
0 Favorites   0 Comments

Color spaces of #efdba0

RGB 239219160
HSL0.120.710.78
HSV45°33°94°
CMYK 0.000.080.33   0.06
XYZ67.273371.551843.5229
Yxy71.55180.36890.3924
Hunter Lab84.5883-6.068028.7055
CIE-Lab87.7524-1.615931.5564

#efdba0 color RGB value is (239,219,160).

#efdba0 hex color red value is 239, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #efdba0 hue: 0.12 , saturation: 0.71 and the lightness value of efdba0 is 0.78.

The process color (four color CMYK) of #efdba0 color hex is 0.00, 0.08, 0.33, 0.06. Web safe color of #efdba0 is #ffcc99. Color #efdba0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10100000
Octal 357 333 240
Decimal 239 219 160
Hex EF DB A0

RGB Percentages of Color #efdba0

%38.67
%35.44
%25.89

CMYK Percentages of Color #efdba0

%0
%8
%33
%6

Triadic Colors of #efdba0

#efdba0 #a0efdb #dba0ef

Analogous Colors of #efdba0

#efdba0 #dcefa0 #efb4a0

Monochromatic Colors of #efdba0

#efdba0

Complementary Color

#efdba0 #a0b4ef

#efdba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdba0 Color CSS Codes

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

#efdba0 Text Font Color

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

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


#efdba0 Background Color

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

This div background color is #efdba0


#efdba0 Border Color

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

This div border color is #efdba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdba0


Comments

No comments written yet.

Please login to write comment.