Color Hex Logo

#abcdfc Color Hex

#ABCDFC
(171,205,252)
0 Favorites   0 Comments

Color spaces of #abcdfc

RGB 171205252
HSL0.600.930.83
HSV215°32°99°
CMYK 0.320.190.00   0.01
XYZ56.196659.3488100.5891
Yxy59.34880.26000.2746
Hunter Lab77.0382-4.6074-23.4885
CIE-Lab81.4829-0.5287-26.7131

#abcdfc color RGB value is (171,205,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11111100
Octal 253 315 374
Decimal 171 205 252
Hex AB CD FC

RGB Percentages of Color #abcdfc

%27.23
%32.64
%40.13

CMYK Percentages of Color #abcdfc

%32
%19
%0
%1

Triadic Colors of #abcdfc

#abcdfc #fcabcd #cdfcab

Analogous Colors of #abcdfc

#abcdfc #b2abfc #abf6fc

Monochromatic Colors of #abcdfc

#abcdfc

Complementary Color

#abcdfc #fcdaab

#abcdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdfc Color CSS Codes

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

#abcdfc Text Font Color

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

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


#abcdfc Background Color

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

This div background color is #abcdfc


#abcdfc Border Color

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

This div border color is #abcdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.