Color Hex Logo

#eedfb5 Color Hex

#EEDFB5
(238,223,181)
1 Favorites   0 Comments

Color spaces of #eedfb5

RGB 238223181
HSL0.120.630.82
HSV44°24°93°
CMYK 0.000.060.24   0.07
XYZ69.988174.288754.3664
Yxy74.28870.35230.3740
Hunter Lab86.1909-5.889822.9354
CIE-Lab89.0588-1.331622.4687

#eedfb5 color RGB value is (238,223,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10110101
Octal 356 337 265
Decimal 238 223 181
Hex EE DF B5

RGB Percentages of Color #eedfb5

%37.07
%34.74
%28.19

CMYK Percentages of Color #eedfb5

%0
%6
%24
%7

Triadic Colors of #eedfb5

#eedfb5 #b5eedf #dfb5ee

Analogous Colors of #eedfb5

#eedfb5 #e1eeb5 #eec3b5

Monochromatic Colors of #eedfb5

#eedfb5

Complementary Color

#eedfb5 #b5c4ee

#eedfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfb5 Color CSS Codes

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

#eedfb5 Text Font Color

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

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


#eedfb5 Background Color

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

This div background color is #eedfb5


#eedfb5 Border Color

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

This div border color is #eedfb5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,223,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 #eedfb5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfb5


Comments

No comments written yet.

Please login to write comment.