Color Hex Logo

#abcafe Color Hex

#ABCAFE
(171,202,254)
0 Favorites   0 Comments

Color spaces of #abcafe

RGB 171202254
HSL0.600.980.83
HSV218°33°100°
CMYK 0.330.200.00   0.00
XYZ55.804558.0547102.0304
Yxy58.05470.25850.2689
Hunter Lab76.1936-2.6048-26.0593
CIE-Lab80.76921.5695-28.8696

#abcafe color RGB value is (171,202,254).

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

The process color (four color CMYK) of #abcafe color hex is 0.33, 0.20, 0.00, 0.00. Web safe color of #abcafe is #99ccff. Color #abcafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 11111110
Octal 253 312 376
Decimal 171 202 254
Hex AB CA FE

RGB Percentages of Color #abcafe

%27.27
%32.22
%40.51

CMYK Percentages of Color #abcafe

%33
%20
%0
%0

Triadic Colors of #abcafe

#abcafe #feabca #cafeab

Analogous Colors of #abcafe

#abcafe #b6abfe #abf4fe

Monochromatic Colors of #abcafe

#abcafe

Complementary Color

#abcafe #fedfab

#abcafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcafe Color CSS Codes

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

#abcafe Text Font Color

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

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


#abcafe Background Color

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

This div background color is #abcafe


#abcafe Border Color

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

This div border color is #abcafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcafe


Comments

No comments written yet.

Please login to write comment.