Color Hex Logo

#abfcfd Color Hex

#ABFCFD
(171,252,253)
0 Favorites   0 Comments

Color spaces of #abfcfd

RGB 171252253
HSL0.500.950.83
HSV181°32°99°
CMYK 0.320.000.00   0.01
XYZ69.334685.3706105.7524
Yxy85.37060.26620.3278
Hunter Lab92.3962-27.7460-3.1832
CIE-Lab94.0426-24.2233-8.3359

#abfcfd color RGB value is (171,252,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11111101
Octal 253 374 375
Decimal 171 252 253
Hex AB FC FD

RGB Percentages of Color #abfcfd

%25.30
%37.28
%37.43

CMYK Percentages of Color #abfcfd

%32
%0
%0
%1

Triadic Colors of #abfcfd

#abfcfd #fdabfc #fcfdab

Analogous Colors of #abfcfd

#abfcfd #abd3fd #abfdd5

Monochromatic Colors of #abfcfd

#abfcfd

Complementary Color

#abfcfd #fdacab

#abfcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcfd Color CSS Codes

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

#abfcfd Text Font Color

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

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


#abfcfd Background Color

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

This div background color is #abfcfd


#abfcfd Border Color

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

This div border color is #abfcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.