Color Hex Logo

#abacd2 Color Hex

#ABACD2
(171,172,210)
0 Favorites   0 Comments

Color spaces of #abacd2

RGB 171172210
HSL0.660.300.75
HSV238°19°82°
CMYK 0.190.180.00   0.18
XYZ43.180042.816166.9613
Yxy42.81610.28230.2799
Hunter Lab65.43403.2829-14.8701
CIE-Lab71.43007.5184-19.3379

#abacd2 color RGB value is (171,172,210).

#abacd2 hex color red value is 171, green value is 172 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #abacd2 hue: 0.66 , saturation: 0.30 and the lightness value of abacd2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11010010
Octal 253 254 322
Decimal 171 172 210
Hex AB AC D2

RGB Percentages of Color #abacd2

%30.92
%31.10
%37.97

CMYK Percentages of Color #abacd2

%19
%18
%0
%18

Triadic Colors of #abacd2

#abacd2 #d2abac #acd2ab

Analogous Colors of #abacd2

#abacd2 #beabd2 #abc0d2

Monochromatic Colors of #abacd2

#abacd2

Complementary Color

#abacd2 #d2d1ab

#abacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacd2 Color CSS Codes

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

#abacd2 Text Font Color

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

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


#abacd2 Background Color

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

This div background color is #abacd2


#abacd2 Border Color

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

This div border color is #abacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacd2


Comments

No comments written yet.

Please login to write comment.