Color Hex Logo

#abcaf4 Color Hex

#ABCAF4
(171,202,244)
0 Favorites   0 Comments

Color spaces of #abcaf4

RGB 171202244
HSL0.600.770.81
HSV215°30°96°
CMYK 0.300.170.00   0.04
XYZ54.244357.430693.8142
Yxy57.43060.26400.2795
Hunter Lab75.7830-4.8526-20.3489
CIE-Lab80.4212-0.8692-24.0686

#abcaf4 color RGB value is (171,202,244).

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

The process color (four color CMYK) of #abcaf4 color hex is 0.30, 0.17, 0.00, 0.04. Web safe color of #abcaf4 is #99ccff. Color #abcaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11110100
Octal 253 312 364
Decimal 171 202 244
Hex AB CA F4

RGB Percentages of Color #abcaf4

%27.71
%32.74
%39.55

CMYK Percentages of Color #abcaf4

%30
%17
%0
%4

Triadic Colors of #abcaf4

#abcaf4 #f4abca #caf4ab

Analogous Colors of #abcaf4

#abcaf4 #b1abf4 #abeff4

Monochromatic Colors of #abcaf4

#abcaf4

Complementary Color

#abcaf4 #f4d5ab

#abcaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcaf4 Color CSS Codes

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

#abcaf4 Text Font Color

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

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


#abcaf4 Background Color

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

This div background color is #abcaf4


#abcaf4 Border Color

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

This div border color is #abcaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcaf4


Comments

No comments written yet.

Please login to write comment.