Color Hex Logo

#28abfd Color Hex

#28ABFD
(40,171,253)
0 Favorites   0 Comments

Color spaces of #28abfd

RGB 40171253
HSL0.560.980.57
HSV203°84°99°
CMYK 0.840.320.00   0.01
XYZ33.167636.668898.2582
Yxy36.66880.19730.2181
Hunter Lab60.5548-8.2012-53.8176
CIE-Lab67.0278-5.8629-50.1194

#28abfd color RGB value is (40,171,253).

#28abfd hex color red value is 40, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #28abfd hue: 0.56 , saturation: 0.98 and the lightness value of 28abfd is 0.57.

The process color (four color CMYK) of #28abfd color hex is 0.84, 0.32, 0.00, 0.01. Web safe color of #28abfd is #3399ff. Color #28abfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101011 11111101
Octal 50 253 375
Decimal 40 171 253
Hex 28 AB FD

RGB Percentages of Color #28abfd

%8.62
%36.85
%54.53

CMYK Percentages of Color #28abfd

%84
%32
%0
%1

Triadic Colors of #28abfd

#28abfd #fd28ab #abfd28

Analogous Colors of #28abfd

#28abfd #2840fd #28fde5

Monochromatic Colors of #28abfd

#28abfd

Complementary Color

#28abfd #fd7a28

#28abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28abfd Color CSS Codes

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

#28abfd Text Font Color

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

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


#28abfd Background Color

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

This div background color is #28abfd


#28abfd Border Color

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

This div border color is #28abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28abfd


Comments

No comments written yet.

Please login to write comment.