Color Hex Logo

#28acdb Color Hex

#28ACDB
(40,172,219)
0 Favorites   0 Comments

Color spaces of #28acdb

RGB 40172219
HSL0.540.710.51
HSV196°82°86°
CMYK 0.820.210.00   0.14
XYZ28.413835.070672.2896
Yxy35.07060.20930.2583
Hunter Lab59.2204-17.9920-30.9202
CIE-Lab65.8036-18.2781-33.4351

#28acdb color RGB value is (40,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10101100 11011011
Octal 50 254 333
Decimal 40 172 219
Hex 28 AC DB

RGB Percentages of Color #28acdb

%9.28
%39.91
%50.81

CMYK Percentages of Color #28acdb

%82
%21
%0
%14

Triadic Colors of #28acdb

#28acdb #db28ac #acdb28

Analogous Colors of #28acdb

#28acdb #2852db #28dbb1

Monochromatic Colors of #28acdb

#28acdb

Complementary Color

#28acdb #db5728

#28acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28acdb Color CSS Codes

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

#28acdb Text Font Color

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

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


#28acdb Background Color

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

This div background color is #28acdb


#28acdb Border Color

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

This div border color is #28acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28acdb


Comments

No comments written yet.

Please login to write comment.