Color Hex Logo

#edabb2 Color Hex

#EDABB2
(237,171,178)
0 Favorites   0 Comments

Color spaces of #edabb2

RGB 237171178
HSL0.980.650.80
HSV354°28°93°
CMYK 0.000.280.25   0.07
XYZ57.523850.344748.8051
Yxy50.34470.36720.3213
Hunter Lab70.954020.54408.8857
CIE-Lab76.280425.17436.0429

#edabb2 color RGB value is (237,171,178).

#edabb2 hex color red value is 237, green value is 171 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #edabb2 hue: 0.98 , saturation: 0.65 and the lightness value of edabb2 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10110010
Octal 355 253 262
Decimal 237 171 178
Hex ED AB B2

RGB Percentages of Color #edabb2

%40.44
%29.18
%30.38

CMYK Percentages of Color #edabb2

%0
%28
%25
%7

Triadic Colors of #edabb2

#edabb2 #b2edab #abb2ed

Analogous Colors of #edabb2

#edabb2 #edc5ab #edabd3

Monochromatic Colors of #edabb2

#edabb2

Complementary Color

#edabb2 #abede6

#edabb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabb2 Color CSS Codes

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

#edabb2 Text Font Color

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

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


#edabb2 Background Color

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

This div background color is #edabb2


#edabb2 Border Color

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

This div border color is #edabb2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,171,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 #edabb2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabb2


Comments

No comments written yet.

Please login to write comment.