Color Hex Logo

#efdbb8 Color Hex

#EFDBB8
(239,219,184)
0 Favorites   0 Comments

Color spaces of #efdbb8

RGB 239219184
HSL0.110.630.83
HSV38°23°94°
CMYK 0.000.080.23   0.06
XYZ69.579972.474455.6691
Yxy72.47440.35190.3665
Hunter Lab85.1319-3.089420.8217
CIE-Lab88.19641.505719.7246

#efdbb8 color RGB value is (239,219,184).

#efdbb8 hex color red value is 239, green value is 219 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #efdbb8 hue: 0.11 , saturation: 0.63 and the lightness value of efdbb8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10111000
Octal 357 333 270
Decimal 239 219 184
Hex EF DB B8

RGB Percentages of Color #efdbb8

%37.23
%34.11
%28.66

CMYK Percentages of Color #efdbb8

%0
%8
%23
%6

Triadic Colors of #efdbb8

#efdbb8 #b8efdb #dbb8ef

Analogous Colors of #efdbb8

#efdbb8 #e8efb8 #efc0b8

Monochromatic Colors of #efdbb8

#efdbb8

Complementary Color

#efdbb8 #b8ccef

#efdbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbb8 Color CSS Codes

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

#efdbb8 Text Font Color

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

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


#efdbb8 Background Color

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

This div background color is #efdbb8


#efdbb8 Border Color

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

This div border color is #efdbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbb8

#efdbb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.