Color Hex Logo

#abecff Color Hex

#ABECFF
(171,236,255)
0 Favorites   0 Comments

Color spaces of #abecff

RGB 171236255
HSL0.541.000.84
HSV194°33°100°
CMYK 0.330.070.00   0.00
XYZ64.840075.8688105.8345
Yxy75.86880.26300.3077
Hunter Lab87.1027-19.5528-11.0687
CIE-Lab89.7984-15.8733-15.7048

#abecff color RGB value is (171,236,255).

#abecff hex color red value is 171, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #abecff hue: 0.54 , saturation: 1.00 and the lightness value of abecff is 0.84.

The process color (four color CMYK) of #abecff color hex is 0.33, 0.07, 0.00, 0.00. Web safe color of #abecff is #99ffff. Color #abecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11111111
Octal 253 354 377
Decimal 171 236 255
Hex AB EC FF

RGB Percentages of Color #abecff

%25.83
%35.65
%38.52

CMYK Percentages of Color #abecff

%33
%7
%0
%0

Triadic Colors of #abecff

#abecff #ffabec #ecffab

Analogous Colors of #abecff

#abecff #abc2ff #abffe8

Monochromatic Colors of #abecff

#abecff

Complementary Color

#abecff #ffbeab

#abecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecff Color CSS Codes

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

#abecff Text Font Color

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

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


#abecff Background Color

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

This div background color is #abecff


#abecff Border Color

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

This div border color is #abecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecff

#abecff Color Palettes


Comments

No comments written yet.

Please login to write comment.