Color Hex Logo

#28adff Color Hex

#28ADFF
(40,173,255)
1 Favorites   0 Comments

Color spaces of #28adff

RGB 40173255
HSL0.561.000.58
HSV203°84°100°
CMYK 0.840.320.00   0.00
XYZ33.868637.5583100.0721
Yxy37.55830.19750.2190
Hunter Lab61.2848-8.6018-53.9154
CIE-Lab67.6938-6.2709-50.1532

#28adff color RGB value is (40,173,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101101 11111111
Octal 50 255 377
Decimal 40 173 255
Hex 28 AD FF

RGB Percentages of Color #28adff

%8.55
%36.97
%54.49

CMYK Percentages of Color #28adff

%84
%32
%0
%0

Triadic Colors of #28adff

#28adff #ff28ad #adff28

Analogous Colors of #28adff

#28adff #2841ff #28ffe6

Monochromatic Colors of #28adff

#28adff

Complementary Color

#28adff #ff7a28

#28adff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28adff Color Preview on White Background

Lorem ipsum dolor sit amet.

#28adff Color CSS Codes

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

#28adff Text Font Color

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

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


#28adff Background Color

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

This div background color is #28adff


#28adff Border Color

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

This div border color is #28adff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28adff

Related Colors


Comments

No comments written yet.

Please login to write comment.