color codes Logo

#eedbab color codes

#EEDBAB
(238,219,171)
0 Favorites   0 Comments

Color spaces of #eedbab

RGB 238219171
HSL0.120.660.80
HSV43°28°93°
CMYK 0.000.080.28   0.07
XYZ67.942171.780548.8022
Yxy71.78050.36040.3807
Hunter Lab84.7234-5.121625.1542
CIE-Lab87.8628-0.620126.0157

#eedbab color RGB value is (238,219,171).

#eedbab hex color red value is 238, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eedbab hue: 0.12 , saturation: 0.66 and the lightness value of eedbab is 0.80.

The process color (four color CMYK) of #eedbab color code is 0.00, 0.08, 0.28, 0.07. Web safe color of #eedbab is #ffcc99. Color #eedbab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 10101011
Octal 356 333 253
Decimal 238 219 171
Hex EE DB AB

RGB Percentages of Color #eedbab

%37.90
%34.87
%27.23

CMYK Percentages of Color #eedbab

%0
%8
%28
%7

Triadic Colors of #eedbab

#eedbab #abeedb #dbabee

Analogous Colors of #eedbab

#eedbab #e0eeab #eebaab

Monochromatic Colors of #eedbab

#eedbab

Complementary Color

#eedbab #abbeee

#eedbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbab Color CSS Codes

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

#eedbab Text Font Color

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

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


#eedbab Background Color

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

This div background color is #eedbab


#eedbab Border Color

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

This div border color is #eedbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbab


Comments

No comments written yet.

Please login to write comment.