Color Hex Logo

#abecfc Color Hex

#ABECFC
(171,236,252)
0 Favorites   0 Comments

Color spaces of #abecfc

RGB 171236252
HSL0.530.930.83
HSV192°32°99°
CMYK 0.320.060.00   0.01
XYZ64.360775.6771103.3104
Yxy75.67710.26450.3110
Hunter Lab86.9926-20.1754-9.5166
CIE-Lab89.7092-16.5761-14.2708

#abecfc color RGB value is (171,236,252).

#abecfc hex color red value is 171, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abecfc hue: 0.53 , saturation: 0.93 and the lightness value of abecfc is 0.83.

The process color (four color CMYK) of #abecfc color hex is 0.32, 0.06, 0.00, 0.01. Web safe color of #abecfc is #99ffff. Color #abecfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 11111100
Octal 253 354 374
Decimal 171 236 252
Hex AB EC FC

RGB Percentages of Color #abecfc

%25.95
%35.81
%38.24

CMYK Percentages of Color #abecfc

%32
%6
%0
%1

Triadic Colors of #abecfc

#abecfc #fcabec #ecfcab

Analogous Colors of #abecfc

#abecfc #abc4fc #abfce4

Monochromatic Colors of #abecfc

#abecfc

Complementary Color

#abecfc #fcbbab

#abecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abecfc Color CSS Codes

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

#abecfc Text Font Color

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

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


#abecfc Background Color

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

This div background color is #abecfc


#abecfc Border Color

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

This div border color is #abecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abecfc

Related Colors


Comments

No comments written yet.

Please login to write comment.