Color Hex Logo

#efdba1 Color Hex

#EFDBA1
(239,219,161)
0 Favorites   0 Comments

Color spaces of #efdba1

RGB 239219161
HSL0.120.710.78
HSV45°33°94°
CMYK 0.000.080.33   0.06
XYZ67.361171.587043.9856
Yxy71.58700.36820.3913
Hunter Lab84.6091-5.954128.4034
CIE-Lab87.7694-1.495531.0655

#efdba1 color RGB value is (239,219,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10100001
Octal 357 333 241
Decimal 239 219 161
Hex EF DB A1

RGB Percentages of Color #efdba1

%38.61
%35.38
%26.01

CMYK Percentages of Color #efdba1

%0
%8
%33
%6

Triadic Colors of #efdba1

#efdba1 #a1efdb #dba1ef

Analogous Colors of #efdba1

#efdba1 #dcefa1 #efb4a1

Monochromatic Colors of #efdba1

#efdba1

Complementary Color

#efdba1 #a1b5ef

#efdba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdba1 Color CSS Codes

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

#efdba1 Text Font Color

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

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


#efdba1 Background Color

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

This div background color is #efdba1


#efdba1 Border Color

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

This div border color is #efdba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdba1


Comments

No comments written yet.

Please login to write comment.