Color Hex Logo

#efdcb5 Color Hex

#EFDCB5
(239,220,181)
0 Favorites   0 Comments

Color spaces of #efdcb5

RGB 239220181
HSL0.110.640.82
HSV40°24°94°
CMYK 0.000.080.24   0.06
XYZ69.530372.873354.1174
Yxy72.87330.35380.3708
Hunter Lab85.3659-4.002422.1694
CIE-Lab88.38730.576121.5535

#efdcb5 color RGB value is (239,220,181).

#efdcb5 hex color red value is 239, green value is 220 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #efdcb5 hue: 0.11 , saturation: 0.64 and the lightness value of efdcb5 is 0.82.

The process color (four color CMYK) of #efdcb5 color hex is 0.00, 0.08, 0.24, 0.06. Web safe color of #efdcb5 is #ffcccc. Color #efdcb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10110101
Octal 357 334 265
Decimal 239 220 181
Hex EF DC B5

RGB Percentages of Color #efdcb5

%37.34
%34.38
%28.28

CMYK Percentages of Color #efdcb5

%0
%8
%24
%6

Triadic Colors of #efdcb5

#efdcb5 #b5efdc #dcb5ef

Analogous Colors of #efdcb5

#efdcb5 #e5efb5 #efbfb5

Monochromatic Colors of #efdcb5

#efdcb5

Complementary Color

#efdcb5 #b5c8ef

#efdcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcb5 Color CSS Codes

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

#efdcb5 Text Font Color

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

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


#efdcb5 Background Color

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

This div background color is #efdcb5


#efdcb5 Border Color

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

This div border color is #efdcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcb5


Comments

No comments written yet.

Please login to write comment.