Color Hex Logo

#efdaa5 Color Hex

#EFDAA5
(239,218,165)
0 Favorites   0 Comments

Color spaces of #efdaa5

RGB 239218165
HSL0.120.700.79
HSV43°31°94°
CMYK 0.000.090.31   0.06
XYZ67.459571.210145.7867
Yxy71.21010.36570.3861
Hunter Lab84.3861-4.980026.9003
CIE-Lab87.5870-0.492128.7599

#efdaa5 color RGB value is (239,218,165).

#efdaa5 hex color red value is 239, green value is 218 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #efdaa5 hue: 0.12 , saturation: 0.70 and the lightness value of efdaa5 is 0.79.

The process color (four color CMYK) of #efdaa5 color hex is 0.00, 0.09, 0.31, 0.06. Web safe color of #efdaa5 is #ffcc99. Color #efdaa5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10100101
Octal 357 332 245
Decimal 239 218 165
Hex EF DA A5

RGB Percentages of Color #efdaa5

%38.42
%35.05
%26.53

CMYK Percentages of Color #efdaa5

%0
%9
%31
%6

Triadic Colors of #efdaa5

#efdaa5 #a5efda #daa5ef

Analogous Colors of #efdaa5

#efdaa5 #dfefa5 #efb5a5

Monochromatic Colors of #efdaa5

#efdaa5

Complementary Color

#efdaa5 #a5baef

#efdaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaa5 Color CSS Codes

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

#efdaa5 Text Font Color

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

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


#efdaa5 Background Color

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

This div background color is #efdaa5


#efdaa5 Border Color

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

This div border color is #efdaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaa5


Comments

No comments written yet.

Please login to write comment.