Color Hex Logo

#abafdc Color Hex

#ABAFDC
(171,175,220)
0 Favorites   0 Comments

Color spaces of #abafdc

RGB 171175220
HSL0.650.410.77
HSV235°22°86°
CMYK 0.220.200.00   0.14
XYZ45.042844.485273.9226
Yxy44.48520.27560.2722
Hunter Lab66.69723.8267-19.0249
CIE-Lab72.55168.1334-23.1046

#abafdc color RGB value is (171,175,220).

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

The process color (four color CMYK) of #abafdc color hex is 0.22, 0.20, 0.00, 0.14. Web safe color of #abafdc is #9999cc. Color #abafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11011100
Octal 253 257 334
Decimal 171 175 220
Hex AB AF DC

RGB Percentages of Color #abafdc

%30.21
%30.92
%38.87

CMYK Percentages of Color #abafdc

%22
%20
%0
%14

Triadic Colors of #abafdc

#abafdc #dcabaf #afdcab

Analogous Colors of #abafdc

#abafdc #c0abdc #abc8dc

Monochromatic Colors of #abafdc

#abafdc

Complementary Color

#abafdc #dcd8ab

#abafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafdc Color CSS Codes

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

#abafdc Text Font Color

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

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


#abafdc Background Color

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

This div background color is #abafdc


#abafdc Border Color

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

This div border color is #abafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafdc


Comments

No comments written yet.

Please login to write comment.