Color Hex Logo

#abaed3 Color Hex

#ABAED3
(171,174,211)
0 Favorites   0 Comments

Color spaces of #abaed3

RGB 171174211
HSL0.650.310.75
HSV236°19°83°
CMYK 0.190.180.00   0.17
XYZ43.688543.633267.7474
Yxy43.63320.28170.2814
Hunter Lab66.05542.4614-14.5699
CIE-Lab71.98266.6391-19.0480

#abaed3 color RGB value is (171,174,211).

#abaed3 hex color red value is 171, green value is 174 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #abaed3 hue: 0.65 , saturation: 0.31 and the lightness value of abaed3 is 0.75.

The process color (four color CMYK) of #abaed3 color hex is 0.19, 0.18, 0.00, 0.17. Web safe color of #abaed3 is #9999cc. Color #abaed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11010011
Octal 253 256 323
Decimal 171 174 211
Hex AB AE D3

RGB Percentages of Color #abaed3

%30.76
%31.29
%37.95

CMYK Percentages of Color #abaed3

%19
%18
%0
%17

Triadic Colors of #abaed3

#abaed3 #d3abae #aed3ab

Analogous Colors of #abaed3

#abaed3 #bcabd3 #abc2d3

Monochromatic Colors of #abaed3

#abaed3

Complementary Color

#abaed3 #d3d0ab

#abaed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaed3 Color CSS Codes

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

#abaed3 Text Font Color

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

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


#abaed3 Background Color

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

This div background color is #abaed3


#abaed3 Border Color

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

This div border color is #abaed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaed3


Comments

No comments written yet.

Please login to write comment.