Color Hex Logo

#abaeed Color Hex

#ABAEED
(171,174,237)
0 Favorites   0 Comments

Color spaces of #abaeed

RGB 171174237
HSL0.660.650.80
HSV237°28°93°
CMYK 0.280.270.00   0.07
XYZ47.216745.044586.3266
Yxy45.04450.26440.2522
Hunter Lab67.11528.1262-29.2808
CIE-Lab72.921212.7135-31.7955

#abaeed color RGB value is (171,174,237).

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

The process color (four color CMYK) of #abaeed color hex is 0.28, 0.27, 0.00, 0.07. Web safe color of #abaeed is #9999ff. Color #abaeed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11101101
Octal 253 256 355
Decimal 171 174 237
Hex AB AE ED

RGB Percentages of Color #abaeed

%29.38
%29.90
%40.72

CMYK Percentages of Color #abaeed

%28
%27
%0
%7

Triadic Colors of #abaeed

#abaeed #edabae #aeedab

Analogous Colors of #abaeed

#abaeed #c9abed #abcfed

Monochromatic Colors of #abaeed

#abaeed

Complementary Color

#abaeed #edeaab

#abaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeed Color CSS Codes

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

#abaeed Text Font Color

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

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


#abaeed Background Color

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

This div background color is #abaeed


#abaeed Border Color

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

This div border color is #abaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeed


Comments

No comments written yet.

Please login to write comment.