Color Hex Logo

#edabbe Color Hex

#EDABBE
(237,171,190)
0 Favorites   0 Comments

Color spaces of #edabbe

RGB 237171190
HSL0.950.650.80
HSV343°28°93°
CMYK 0.000.280.20   0.07
XYZ58.782250.848155.4317
Yxy50.84810.35610.3081
Hunter Lab71.307922.35673.8260
CIE-Lab76.586926.9148-0.0641

#edabbe color RGB value is (237,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 10111110
Octal 355 253 276
Decimal 237 171 190
Hex ED AB BE

RGB Percentages of Color #edabbe

%39.63
%28.60
%31.77

CMYK Percentages of Color #edabbe

%0
%28
%20
%7

Triadic Colors of #edabbe

#edabbe #beedab #abbeed

Analogous Colors of #edabbe

#edabbe #edb9ab #edabdf

Monochromatic Colors of #edabbe

#edabbe

Complementary Color

#edabbe #abedda

#edabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabbe Color CSS Codes

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

#edabbe Text Font Color

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

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


#edabbe Background Color

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

This div background color is #edabbe


#edabbe Border Color

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

This div border color is #edabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabbe


Comments

No comments written yet.

Please login to write comment.