Color Hex Logo

#28abdb Color Hex

#28ABDB
(40,171,219)
0 Favorites   0 Comments

Color spaces of #28abdb

RGB 40171219
HSL0.540.710.51
HSV196°82°86°
CMYK 0.820.220.00   0.14
XYZ28.224234.691472.2264
Yxy34.69140.20880.2567
Hunter Lab58.8994-17.5380-31.4758
CIE-Lab65.5077-17.7480-33.8945

#28abdb color RGB value is (40,171,219).

#28abdb hex color red value is 40, green value is 171 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #28abdb hue: 0.54 , saturation: 0.71 and the lightness value of 28abdb is 0.51.

The process color (four color CMYK) of #28abdb color hex is 0.82, 0.22, 0.00, 0.14. Web safe color of #28abdb is #3399cc. Color #28abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101011 11011011
Octal 50 253 333
Decimal 40 171 219
Hex 28 AB DB

RGB Percentages of Color #28abdb

%9.30
%39.77
%50.93

CMYK Percentages of Color #28abdb

%82
%22
%0
%14

Triadic Colors of #28abdb

#28abdb #db28ab #abdb28

Analogous Colors of #28abdb

#28abdb #2852db #28dbb2

Monochromatic Colors of #28abdb

#28abdb

Complementary Color

#28abdb #db5828

#28abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28abdb Color CSS Codes

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

#28abdb Text Font Color

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

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


#28abdb Background Color

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

This div background color is #28abdb


#28abdb Border Color

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

This div border color is #28abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28abdb


Comments

No comments written yet.

Please login to write comment.