Color Hex Logo

#28adfb Color Hex

#28ADFB
(40,173,251)
0 Favorites   0 Comments

Color spaces of #28adfb

RGB 40173251
HSL0.560.960.57
HSV202°84°98°
CMYK 0.840.310.00   0.02
XYZ33.231237.303396.7156
Yxy37.30330.19870.2230
Hunter Lab61.0764-9.7633-51.1333
CIE-Lab67.5040-7.6904-48.2817

#28adfb color RGB value is (40,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 11111011
Octal 50 255 373
Decimal 40 173 251
Hex 28 AD FB

RGB Percentages of Color #28adfb

%8.62
%37.28
%54.09

CMYK Percentages of Color #28adfb

%84
%31
%0
%2

Triadic Colors of #28adfb

#28adfb #fb28ad #adfb28

Analogous Colors of #28adfb

#28adfb #2843fb #28fbe0

Monochromatic Colors of #28adfb

#28adfb

Complementary Color

#28adfb #fb7628

#28adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adfb Color CSS Codes

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

#28adfb Text Font Color

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

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


#28adfb Background Color

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

This div background color is #28adfb


#28adfb Border Color

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

This div border color is #28adfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,173,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adfb


Comments

No comments written yet.

Please login to write comment.