Color Hex Logo

#abcaf1 Color Hex

#ABCAF1
(171,202,241)
0 Favorites   0 Comments

Color spaces of #abcaf1

RGB 171202241
HSL0.590.710.81
HSV213°29°95°
CMYK 0.290.160.00   0.05
XYZ53.792357.249991.4343
Yxy57.24990.26570.2827
Hunter Lab75.6637-5.5087-18.6833
CIE-Lab80.3199-1.5880-22.6200

#abcaf1 color RGB value is (171,202,241).

#abcaf1 hex color red value is 171, green value is 202 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #abcaf1 hue: 0.59 , saturation: 0.71 and the lightness value of abcaf1 is 0.81.

The process color (four color CMYK) of #abcaf1 color hex is 0.29, 0.16, 0.00, 0.05. Web safe color of #abcaf1 is #99ccff. Color #abcaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11110001
Octal 253 312 361
Decimal 171 202 241
Hex AB CA F1

RGB Percentages of Color #abcaf1

%27.85
%32.90
%39.25

CMYK Percentages of Color #abcaf1

%29
%16
%0
%5

Triadic Colors of #abcaf1

#abcaf1 #f1abca #caf1ab

Analogous Colors of #abcaf1

#abcaf1 #afabf1 #abedf1

Monochromatic Colors of #abcaf1

#abcaf1

Complementary Color

#abcaf1 #f1d2ab

#abcaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaf1 Color CSS Codes

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

#abcaf1 Text Font Color

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

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


#abcaf1 Background Color

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

This div background color is #abcaf1


#abcaf1 Border Color

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

This div border color is #abcaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaf1


Comments

No comments written yet.

Please login to write comment.