Color Hex Logo

#abcdfd Color Hex

#ABCDFD
(171,205,253)
0 Favorites   0 Comments

Color spaces of #abcdfd

RGB 171205253
HSL0.600.950.83
HSV215°32°99°
CMYK 0.320.190.00   0.01
XYZ56.355559.4124101.4260
Yxy59.41240.25950.2735
Hunter Lab77.0794-4.3814-24.0619
CIE-Lab81.5178-0.2836-27.1918

#abcdfd color RGB value is (171,205,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 11111101
Octal 253 315 375
Decimal 171 205 253
Hex AB CD FD

RGB Percentages of Color #abcdfd

%27.19
%32.59
%40.22

CMYK Percentages of Color #abcdfd

%32
%19
%0
%1

Triadic Colors of #abcdfd

#abcdfd #fdabcd #cdfdab

Analogous Colors of #abcdfd

#abcdfd #b2abfd #abf6fd

Monochromatic Colors of #abcdfd

#abcdfd

Complementary Color

#abcdfd #fddbab

#abcdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcdfd Color CSS Codes

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

#abcdfd Text Font Color

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

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


#abcdfd Background Color

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

This div background color is #abcdfd


#abcdfd Border Color

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

This div border color is #abcdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcdfd


Comments

No comments written yet.

Please login to write comment.