Color Hex Logo

#abaede Color Hex

#ABAEDE
(171,174,222)
0 Favorites   0 Comments

Color spaces of #abaede

RGB 171174222
HSL0.660.440.77
HSV236°23°87°
CMYK 0.230.220.00   0.13
XYZ45.115544.204075.2616
Yxy44.20400.27410.2686
Hunter Lab66.48614.7742-20.5754
CIE-Lab72.36469.1489-24.4820

#abaede color RGB value is (171,174,222).

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

The process color (four color CMYK) of #abaede color hex is 0.23, 0.22, 0.00, 0.13. Web safe color of #abaede is #9999cc. Color #abaede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11011110
Octal 253 256 336
Decimal 171 174 222
Hex AB AE DE

RGB Percentages of Color #abaede

%30.16
%30.69
%39.15

CMYK Percentages of Color #abaede

%23
%22
%0
%13

Triadic Colors of #abaede

#abaede #deabae #aedeab

Analogous Colors of #abaede

#abaede #c2abde #abc8de

Monochromatic Colors of #abaede

#abaede

Complementary Color

#abaede #dedbab

#abaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaede Color CSS Codes

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

#abaede Text Font Color

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

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


#abaede Background Color

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

This div background color is #abaede


#abaede Border Color

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

This div border color is #abaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaede


Comments

No comments written yet.

Please login to write comment.