Color Hex Logo

#abaed7 Color Hex

#ABAED7
(171,174,215)
0 Favorites   0 Comments

Color spaces of #abaed7

RGB 171174215
HSL0.660.350.76
HSV236°20°84°
CMYK 0.200.190.00   0.16
XYZ44.196443.836370.4218
Yxy43.83630.27890.2766
Hunter Lab66.20903.2881-16.7163
CIE-Lab72.11897.5412-21.0308

#abaed7 color RGB value is (171,174,215).

#abaed7 hex color red value is 171, green value is 174 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #abaed7 hue: 0.66 , saturation: 0.35 and the lightness value of abaed7 is 0.76.

The process color (four color CMYK) of #abaed7 color hex is 0.20, 0.19, 0.00, 0.16. Web safe color of #abaed7 is #9999cc. Color #abaed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11010111
Octal 253 256 327
Decimal 171 174 215
Hex AB AE D7

RGB Percentages of Color #abaed7

%30.54
%31.07
%38.39

CMYK Percentages of Color #abaed7

%20
%19
%0
%16

Triadic Colors of #abaed7

#abaed7 #d7abae #aed7ab

Analogous Colors of #abaed7

#abaed7 #beabd7 #abc4d7

Monochromatic Colors of #abaed7

#abaed7

Complementary Color

#abaed7 #d7d4ab

#abaed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaed7 Color CSS Codes

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

#abaed7 Text Font Color

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

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


#abaed7 Background Color

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

This div background color is #abaed7


#abaed7 Border Color

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

This div border color is #abaed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaed7


Comments

No comments written yet.

Please login to write comment.