Color Hex Logo

#abbefc Color Hex

#ABBEFC
(171,190,252)
0 Favorites   0 Comments

Color spaces of #abbefc

RGB 171190252
HSL0.630.930.83
HSV226°32°99°
CMYK 0.320.250.00   0.01
XYZ52.778752.513199.4498
Yxy52.51310.25780.2565
Hunter Lab72.46593.1905-30.6415
CIE-Lab77.58667.5793-32.6927

#abbefc color RGB value is (171,190,252).

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

The process color (four color CMYK) of #abbefc color hex is 0.32, 0.25, 0.00, 0.01. Web safe color of #abbefc is #99ccff. Color #abbefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11111100
Octal 253 276 374
Decimal 171 190 252
Hex AB BE FC

RGB Percentages of Color #abbefc

%27.90
%31.00
%41.11

CMYK Percentages of Color #abbefc

%32
%25
%0
%1

Triadic Colors of #abbefc

#abbefc #fcabbe #befcab

Analogous Colors of #abbefc

#abbefc #c1abfc #abe7fc

Monochromatic Colors of #abbefc

#abbefc

Complementary Color

#abbefc #fce9ab

#abbefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbefc Color CSS Codes

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

#abbefc Text Font Color

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

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


#abbefc Background Color

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

This div background color is #abbefc


#abbefc Border Color

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

This div border color is #abbefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,190,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 #abbefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbefc


Comments

No comments written yet.

Please login to write comment.