Color Hex Logo

#eedfb2 Color Hex

#EEDFB2
(238,223,178)
0 Favorites   0 Comments

Color spaces of #eedfb2

RGB 238223178
HSL0.130.640.82
HSV45°25°93°
CMYK 0.000.060.25   0.07
XYZ69.683574.166852.7624
Yxy74.16680.35440.3772
Hunter Lab86.1201-6.278323.9595
CIE-Lab89.0013-1.739823.9456

#eedfb2 color RGB value is (238,223,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10110010
Octal 356 337 262
Decimal 238 223 178
Hex EE DF B2

RGB Percentages of Color #eedfb2

%37.25
%34.90
%27.86

CMYK Percentages of Color #eedfb2

%0
%6
%25
%7

Triadic Colors of #eedfb2

#eedfb2 #b2eedf #dfb2ee

Analogous Colors of #eedfb2

#eedfb2 #dfeeb2 #eec1b2

Monochromatic Colors of #eedfb2

#eedfb2

Complementary Color

#eedfb2 #b2c1ee

#eedfb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfb2 Color CSS Codes

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

#eedfb2 Text Font Color

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

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


#eedfb2 Background Color

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

This div background color is #eedfb2


#eedfb2 Border Color

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

This div border color is #eedfb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfb2


Comments

No comments written yet.

Please login to write comment.