Color Hex Logo

#abede1 Color Hex

#ABEDE1
(171,237,225)
0 Favorites   0 Comments

Color spaces of #abede1

RGB 171237225
HSL0.470.650.80
HSV169°28°93°
CMYK 0.280.000.05   0.07
XYZ60.669474.662582.4479
Yxy74.66250.27860.3428
Hunter Lab86.4075-25.88263.9122
CIE-Lab89.2347-23.0905-0.8539

#abede1 color RGB value is (171,237,225).

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

The process color (four color CMYK) of #abede1 color hex is 0.28, 0.00, 0.05, 0.07. Web safe color of #abede1 is #99ffcc. Color #abede1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11100001
Octal 253 355 341
Decimal 171 237 225
Hex AB ED E1

RGB Percentages of Color #abede1

%27.01
%37.44
%35.55

CMYK Percentages of Color #abede1

%28
%0
%5
%7

Triadic Colors of #abede1

#abede1 #e1abed #ede1ab

Analogous Colors of #abede1

#abede1 #abd8ed #abedc0

Monochromatic Colors of #abede1

#abede1

Complementary Color

#abede1 #edabb7

#abede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abede1 Color CSS Codes

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

#abede1 Text Font Color

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

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


#abede1 Background Color

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

This div background color is #abede1


#abede1 Border Color

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

This div border color is #abede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abede1


Comments

No comments written yet.

Please login to write comment.