Color Hex Logo

#abdffd Color Hex

#ABDFFD
(171,223,253)
0 Favorites   0 Comments

Color spaces of #abdffd

RGB 171223253
HSL0.560.950.83
HSV202°32°99°
CMYK 0.320.120.00   0.01
XYZ60.911968.5251102.9448
Yxy68.52510.26210.2949
Hunter Lab82.7799-13.5192-15.7869
CIE-Lab86.2683-9.7318-19.9713

#abdffd color RGB value is (171,223,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 11111101
Octal 253 337 375
Decimal 171 223 253
Hex AB DF FD

RGB Percentages of Color #abdffd

%26.43
%34.47
%39.10

CMYK Percentages of Color #abdffd

%32
%12
%0
%1

Triadic Colors of #abdffd

#abdffd #fdabdf #dffdab

Analogous Colors of #abdffd

#abdffd #abb6fd #abfdf2

Monochromatic Colors of #abdffd

#abdffd

Complementary Color

#abdffd #fdc9ab

#abdffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdffd Color CSS Codes

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

#abdffd Text Font Color

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

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


#abdffd Background Color

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

This div background color is #abdffd


#abdffd Border Color

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

This div border color is #abdffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdffd


Comments

No comments written yet.

Please login to write comment.