color codes Logo

#abaef5 color codes

#ABAEF5
(171,174,245)
0 Favorites   0 Comments

Color spaces of #abaef5

RGB 171174245
HSL0.660.790.82
HSV238°30°96°
CMYK 0.300.290.00   0.04
XYZ48.412145.522692.6214
Yxy45.52260.25950.2440
Hunter Lab67.470410.0059-34.1622
CIE-Lab73.234714.6762-35.6491

#abaef5 color RGB value is (171,174,245).

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

The process color (four color CMYK) of #abaef5 color code is 0.30, 0.29, 0.00, 0.04. Web safe color of #abaef5 is #9999ff. Color #abaef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11110101
Octal 253 256 365
Decimal 171 174 245
Hex AB AE F5

RGB Percentages of Color #abaef5

%28.98
%29.49
%41.53

CMYK Percentages of Color #abaef5

%30
%29
%0
%4

Triadic Colors of #abaef5

#abaef5 #f5abae #aef5ab

Analogous Colors of #abaef5

#abaef5 #cdabf5 #abd3f5

Monochromatic Colors of #abaef5

#abaef5

Complementary Color

#abaef5 #f5f2ab

#abaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaef5 Color CSS Codes

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

#abaef5 Text Font Color

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

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


#abaef5 Background Color

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

This div background color is #abaef5


#abaef5 Border Color

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

This div border color is #abaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaef5


Comments

No comments written yet.

Please login to write comment.