Color Hex Logo

#28aaff Color Hex

#28AAFF
(40,170,255)
0 Favorites   0 Comments

Color spaces of #28aaff

RGB 40170255
HSL0.571.000.58
HSV204°84°100°
CMYK 0.840.330.00   0.00
XYZ33.299836.420699.8825
Yxy36.42060.19630.2147
Hunter Lab60.3495-7.1184-55.8843
CIE-Lab66.8401-4.5865-51.5023

#28aaff color RGB value is (40,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101010 11111111
Octal 50 252 377
Decimal 40 170 255
Hex 28 AA FF

RGB Percentages of Color #28aaff

%8.60
%36.56
%54.84

CMYK Percentages of Color #28aaff

%84
%33
%0
%0

Triadic Colors of #28aaff

#28aaff #ff28aa #aaff28

Analogous Colors of #28aaff

#28aaff #283eff #28ffe9

Monochromatic Colors of #28aaff

#28aaff

Complementary Color

#28aaff #ff7d28

#28aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#28aaff Color CSS Codes

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

#28aaff Text Font Color

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

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


#28aaff Background Color

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

This div background color is #28aaff


#28aaff Border Color

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

This div border color is #28aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28aaff


Comments

No comments written yet.

Please login to write comment.