Color Hex Logo

#eedfb1 Color Hex

#EEDFB1
(238,223,177)
0 Favorites   0 Comments

Color spaces of #eedfb1

RGB 238223177
HSL0.130.640.81
HSV45°26°93°
CMYK 0.000.060.26   0.07
XYZ69.583474.126852.2354
Yxy74.12680.35510.3783
Hunter Lab86.0969-6.406224.2963
CIE-Lab88.9824-1.874424.4378

#eedfb1 color RGB value is (238,223,177).

#eedfb1 hex color red value is 238, green value is 223 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #eedfb1 hue: 0.13 , saturation: 0.64 and the lightness value of eedfb1 is 0.81.

The process color (four color CMYK) of #eedfb1 color hex is 0.00, 0.06, 0.26, 0.07. Web safe color of #eedfb1 is #ffcc99. Color #eedfb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10110001
Octal 356 337 261
Decimal 238 223 177
Hex EE DF B1

RGB Percentages of Color #eedfb1

%37.30
%34.95
%27.74

CMYK Percentages of Color #eedfb1

%0
%6
%26
%7

Triadic Colors of #eedfb1

#eedfb1 #b1eedf #dfb1ee

Analogous Colors of #eedfb1

#eedfb1 #dfeeb1 #eec1b1

Monochromatic Colors of #eedfb1

#eedfb1

Complementary Color

#eedfb1 #b1c0ee

#eedfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfb1 Color CSS Codes

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

#eedfb1 Text Font Color

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

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


#eedfb1 Background Color

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

This div background color is #eedfb1


#eedfb1 Border Color

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

This div border color is #eedfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfb1


Comments

No comments written yet.

Please login to write comment.