Color Hex Logo

#edafb0 Color Hex

#EDAFB0
(237,175,176)
0 Favorites   0 Comments

Color spaces of #edafb0

RGB 237175176
HSL1.000.630.81
HSV359°26°93°
CMYK 0.000.260.26   0.07
XYZ58.091551.799148.0108
Yxy51.79910.36790.3280
Hunter Lab71.971618.125110.8289
CIE-Lab77.160622.76718.3954

#edafb0 color RGB value is (237,175,176).

#edafb0 hex color red value is 237, green value is 175 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #edafb0 hue: 1.00 , saturation: 0.63 and the lightness value of edafb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10110000
Octal 355 257 260
Decimal 237 175 176
Hex ED AF B0

RGB Percentages of Color #edafb0

%40.31
%29.76
%29.93

CMYK Percentages of Color #edafb0

%0
%26
%26
%7

Triadic Colors of #edafb0

#edafb0 #b0edaf #afb0ed

Analogous Colors of #edafb0

#edafb0 #edcdaf #edafcf

Monochromatic Colors of #edafb0

#edafb0

Complementary Color

#edafb0 #afedec

#edafb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafb0 Color CSS Codes

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

#edafb0 Text Font Color

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

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


#edafb0 Background Color

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

This div background color is #edafb0


#edafb0 Border Color

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

This div border color is #edafb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafb0


Comments

No comments written yet.

Please login to write comment.