Color Hex Logo

#abafed Color Hex

#ABAFED
(171,175,237)
0 Favorites   0 Comments

Color spaces of #abafed

RGB 171175237
HSL0.660.650.80
HSV236°28°93°
CMYK 0.280.260.00   0.07
XYZ47.410645.432386.3913
Yxy45.43230.26450.2535
Hunter Lab67.40357.5981-28.8098
CIE-Lab73.175612.1580-31.4030

#abafed color RGB value is (171,175,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11101101
Octal 253 257 355
Decimal 171 175 237
Hex AB AF ED

RGB Percentages of Color #abafed

%29.33
%30.02
%40.65

CMYK Percentages of Color #abafed

%28
%26
%0
%7

Triadic Colors of #abafed

#abafed #edabaf #afedab

Analogous Colors of #abafed

#abafed #c8abed #abd0ed

Monochromatic Colors of #abafed

#abafed

Complementary Color

#abafed #ede9ab

#abafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafed Color CSS Codes

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

#abafed Text Font Color

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

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


#abafed Background Color

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

This div background color is #abafed


#abafed Border Color

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

This div border color is #abafed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,175,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 #abafed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafed


Comments

No comments written yet.

Please login to write comment.