Color Hex Logo

#eedfb7 Color Hex

#EEDFB7
(238,223,183)
0 Favorites   0 Comments

Color spaces of #eedfb7

RGB 238223183
HSL0.120.620.83
HSV44°23°93°
CMYK 0.000.060.23   0.07
XYZ70.194874.371455.4552
Yxy74.37140.35090.3718
Hunter Lab86.2389-5.626522.2412
CIE-Lab89.0977-1.055621.4837

#eedfb7 color RGB value is (238,223,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10110111
Octal 356 337 267
Decimal 238 223 183
Hex EE DF B7

RGB Percentages of Color #eedfb7

%36.96
%34.63
%28.42

CMYK Percentages of Color #eedfb7

%0
%6
%23
%7

Triadic Colors of #eedfb7

#eedfb7 #b7eedf #dfb7ee

Analogous Colors of #eedfb7

#eedfb7 #e2eeb7 #eec4b7

Monochromatic Colors of #eedfb7

#eedfb7

Complementary Color

#eedfb7 #b7c6ee

#eedfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfb7 Color CSS Codes

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

#eedfb7 Text Font Color

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

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


#eedfb7 Background Color

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

This div background color is #eedfb7


#eedfb7 Border Color

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

This div border color is #eedfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfb7


Comments

No comments written yet.

Please login to write comment.