Color Hex Logo

#edabe6 Color Hex

#EDABE6
(237,171,230)
0 Favorites   0 Comments

Color spaces of #edabe6

RGB 237171230
HSL0.850.650.80
HSV306°28°93°
CMYK 0.000.280.03   0.07
XYZ63.770952.843581.7016
Yxy52.84350.32160.2665
Hunter Lab72.693529.3767-15.7516
CIE-Lab77.782533.4867-20.0473

#edabe6 color RGB value is (237,171,230).

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

The process color (four color CMYK) of #edabe6 color hex is 0.00, 0.28, 0.03, 0.07. Web safe color of #edabe6 is #ff99ff. Color #edabe6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 11100110
Octal 355 253 346
Decimal 237 171 230
Hex ED AB E6

RGB Percentages of Color #edabe6

%37.15
%26.80
%36.05

CMYK Percentages of Color #edabe6

%0
%28
%3
%7

Triadic Colors of #edabe6

#edabe6 #e6edab #abe6ed

Analogous Colors of #edabe6

#edabe6 #edabc5 #d3abed

Monochromatic Colors of #edabe6

#edabe6

Complementary Color

#edabe6 #abedb2

#edabe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edabe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edabe6 Color CSS Codes

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

#edabe6 Text Font Color

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

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


#edabe6 Background Color

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

This div background color is #edabe6


#edabe6 Border Color

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

This div border color is #edabe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edabe6


Comments

No comments written yet.

Please login to write comment.