Color Hex Logo

#efdca1 Color Hex

#EFDCA1
(239,220,161)
0 Favorites   0 Comments

Color spaces of #efdca1

RGB 239220161
HSL0.130.710.78
HSV45°33°94°
CMYK 0.000.080.33   0.06
XYZ67.622872.110344.0728
Yxy72.11030.36790.3923
Hunter Lab84.9178-6.460828.6706
CIE-Lab88.0217-2.006131.4027

#efdca1 color RGB value is (239,220,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10100001
Octal 357 334 241
Decimal 239 220 161
Hex EF DC A1

RGB Percentages of Color #efdca1

%38.55
%35.48
%25.97

CMYK Percentages of Color #efdca1

%0
%8
%33
%6

Triadic Colors of #efdca1

#efdca1 #a1efdc #dca1ef

Analogous Colors of #efdca1

#efdca1 #dbefa1 #efb5a1

Monochromatic Colors of #efdca1

#efdca1

Complementary Color

#efdca1 #a1b4ef

#efdca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdca1 Color CSS Codes

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

#efdca1 Text Font Color

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

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


#efdca1 Background Color

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

This div background color is #efdca1


#efdca1 Border Color

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

This div border color is #efdca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdca1


Comments

No comments written yet.

Please login to write comment.