Color Hex Logo

#edabba Color Hex

#EDABBA
(237,171,186)
0 Favorites   0 Comments

Color spaces of #edabba

RGB 237171186
HSL0.960.650.80
HSV346°28°93°
CMYK 0.000.280.22   0.07
XYZ58.350950.675553.1603
Yxy50.67550.35980.3125
Hunter Lab71.186721.73755.5546
CIE-Lab76.482026.32241.9668

#edabba color RGB value is (237,171,186).

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

The process color (four color CMYK) of #edabba color hex is 0.00, 0.28, 0.22, 0.07. Web safe color of #edabba is #ff99cc. Color #edabba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10111010
Octal 355 253 272
Decimal 237 171 186
Hex ED AB BA

RGB Percentages of Color #edabba

%39.90
%28.79
%31.31

CMYK Percentages of Color #edabba

%0
%28
%22
%7

Triadic Colors of #edabba

#edabba #baedab #abbaed

Analogous Colors of #edabba

#edabba #edbdab #edabdb

Monochromatic Colors of #edabba

#edabba

Complementary Color

#edabba #abedde

#edabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabba Color CSS Codes

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

#edabba Text Font Color

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

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


#edabba Background Color

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

This div background color is #edabba


#edabba Border Color

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

This div border color is #edabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabba

#edabba Color Palettes


Comments

No comments written yet.

Please login to write comment.