Color Hex Logo

#28daff Color Hex

#28DAFF
(40,218,255)
0 Favorites   0 Comments

Color spaces of #28daff

RGB 40218255
HSL0.531.000.58
HSV190°84°100°
CMYK 0.840.150.00   0.00
XYZ43.996557.8139103.4481
Yxy57.81390.21430.2817
Hunter Lab76.0355-29.7763-27.4407
CIE-Lab80.6352-29.7518-30.0029

#28daff color RGB value is (40,218,255).

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

The process color (four color CMYK) of #28daff color hex is 0.84, 0.15, 0.00, 0.00. Web safe color of #28daff is #33ccff. Color #28daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11011010 11111111
Octal 50 332 377
Decimal 40 218 255
Hex 28 DA FF

RGB Percentages of Color #28daff

%7.80
%42.50
%49.71

CMYK Percentages of Color #28daff

%84
%15
%0
%0

Triadic Colors of #28daff

#28daff #ff28da #daff28

Analogous Colors of #28daff

#28daff #286fff #28ffb9

Monochromatic Colors of #28daff

#28daff

Complementary Color

#28daff #ff4d28

#28daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#28daff Color CSS Codes

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

#28daff Text Font Color

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

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


#28daff Background Color

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

This div background color is #28daff


#28daff Border Color

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

This div border color is #28daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28daff


Comments

No comments written yet.

Please login to write comment.