Color Hex Logo

#eedfba Color Hex

#EEDFBA
(238,223,186)
0 Favorites   0 Comments

Color spaces of #eedfba

RGB 238223186
HSL0.120.600.83
HSV43°22°93°
CMYK 0.000.060.22   0.07
XYZ70.510574.497757.1176
Yxy74.49770.34880.3686
Hunter Lab86.3121-5.224921.1829
CIE-Lab89.1572-0.635320.0059

#eedfba color RGB value is (238,223,186).

#eedfba hex color red value is 238, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eedfba hue: 0.12 , saturation: 0.60 and the lightness value of eedfba is 0.83.

The process color (four color CMYK) of #eedfba color hex is 0.00, 0.06, 0.22, 0.07. Web safe color of #eedfba is #ffcccc. Color #eedfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10111010
Octal 356 337 272
Decimal 238 223 186
Hex EE DF BA

RGB Percentages of Color #eedfba

%36.79
%34.47
%28.75

CMYK Percentages of Color #eedfba

%0
%6
%22
%7

Triadic Colors of #eedfba

#eedfba #baeedf #dfbaee

Analogous Colors of #eedfba

#eedfba #e3eeba #eec5ba

Monochromatic Colors of #eedfba

#eedfba

Complementary Color

#eedfba #bac9ee

#eedfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfba Color CSS Codes

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

#eedfba Text Font Color

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

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


#eedfba Background Color

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

This div background color is #eedfba


#eedfba Border Color

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

This div border color is #eedfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfba


Comments

No comments written yet.

Please login to write comment.