Color Hex Logo

#e5bdb6 Color Hex

#E5BDB6
(229,189,182)
0 Favorites   0 Comments

Color spaces of #e5bdb6

RGB 229189182
HSL0.020.470.81
HSV21°90°
CMYK 0.000.170.21   0.10
XYZ58.954256.430652.0409
Yxy56.43060.35210.3370
Hunter Lab75.12038.625811.5100
CIE-Lab79.858313.22928.9011

#e5bdb6 color RGB value is (229,189,182).

#e5bdb6 hex color red value is 229, green value is 189 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #e5bdb6 hue: 0.02 , saturation: 0.47 and the lightness value of e5bdb6 is 0.81.

The process color (four color CMYK) of #e5bdb6 color hex is 0.00, 0.17, 0.21, 0.10. Web safe color of #e5bdb6 is #cccccc. Color #e5bdb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10111101 10110110
Octal 345 275 266
Decimal 229 189 182
Hex E5 BD B6

RGB Percentages of Color #e5bdb6

%38.17
%31.50
%30.33

CMYK Percentages of Color #e5bdb6

%0
%17
%21
%10

Triadic Colors of #e5bdb6

#e5bdb6 #b6e5bd #bdb6e5

Analogous Colors of #e5bdb6

#e5bdb6 #e5d5b6 #e5b6c7

Monochromatic Colors of #e5bdb6

#e5bdb6

Complementary Color

#e5bdb6 #b6dee5

#e5bdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5bdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5bdb6 Color CSS Codes

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

#e5bdb6 Text Font Color

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

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


#e5bdb6 Background Color

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

This div background color is #e5bdb6


#e5bdb6 Border Color

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

This div border color is #e5bdb6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,189,182, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5bdb6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5bdb6;
  -webkit-box-shadow: 1px 1px 3px 2px #e5bdb6;
  box-shadow:         1px 1px 3px 2px #e5bdb6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,189,182, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5bdb6


Comments

No comments written yet.

Please login to write comment.