Color Hex Logo

#edd1b3 Color Hex

#EDD1B3
(237,209,179)
0 Favorites   0 Comments

Color spaces of #edd1b3

RGB 237209179
HSL0.090.620.82
HSV31°24°93°
CMYK 0.000.120.24   0.07
XYZ65.862266.860152.0818
Yxy66.86010.35640.3618
Hunter Lab81.76800.683519.4731
CIE-Lab85.43325.242918.4722

#edd1b3 color RGB value is (237,209,179).

#edd1b3 hex color red value is 237, green value is 209 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #edd1b3 hue: 0.09 , saturation: 0.62 and the lightness value of edd1b3 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 10110011
Octal 355 321 263
Decimal 237 209 179
Hex ED D1 B3

RGB Percentages of Color #edd1b3

%37.92
%33.44
%28.64

CMYK Percentages of Color #edd1b3

%0
%12
%24
%7

Triadic Colors of #edd1b3

#edd1b3 #b3edd1 #d1b3ed

Analogous Colors of #edd1b3

#edd1b3 #ecedb3 #edb4b3

Monochromatic Colors of #edd1b3

#edd1b3

Complementary Color

#edd1b3 #b3cfed

#edd1b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd1b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd1b3 Color CSS Codes

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

#edd1b3 Text Font Color

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

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


#edd1b3 Background Color

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

This div background color is #edd1b3


#edd1b3 Border Color

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

This div border color is #edd1b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,209,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #edd1b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #edd1b3;
  -webkit-box-shadow: 1px 1px 3px 2px #edd1b3;
  box-shadow:         1px 1px 3px 2px #edd1b3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,209,179, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd1b3


Comments

No comments written yet.

Please login to write comment.