Color Hex Logo

#abafd4 Color Hex

#ABAFD4
(171,175,212)
0 Favorites   0 Comments

Color spaces of #abafd4

RGB 171175212
HSL0.650.320.75
HSV234°19°83°
CMYK 0.190.170.00   0.17
XYZ44.008244.071368.4745
Yxy44.07130.28110.2815
Hunter Lab66.38622.1539-14.6847
CIE-Lab72.27616.3130-19.1506

#abafd4 color RGB value is (171,175,212).

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

The process color (four color CMYK) of #abafd4 color hex is 0.19, 0.17, 0.00, 0.17. Web safe color of #abafd4 is #9999cc. Color #abafd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 11010100
Octal 253 257 324
Decimal 171 175 212
Hex AB AF D4

RGB Percentages of Color #abafd4

%30.65
%31.36
%37.99

CMYK Percentages of Color #abafd4

%19
%17
%0
%17

Triadic Colors of #abafd4

#abafd4 #d4abaf #afd4ab

Analogous Colors of #abafd4

#abafd4 #bcabd4 #abc4d4

Monochromatic Colors of #abafd4

#abafd4

Complementary Color

#abafd4 #d4d0ab

#abafd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafd4 Color CSS Codes

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

#abafd4 Text Font Color

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

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


#abafd4 Background Color

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

This div background color is #abafd4


#abafd4 Border Color

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

This div border color is #abafd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafd4


Comments

No comments written yet.

Please login to write comment.