Color Hex Logo

#28bbdb Color Hex

#28BBDB
(40,187,219)
0 Favorites   0 Comments

Color spaces of #28bbdb

RGB 40187219
HSL0.530.710.51
HSV191°82°86°
CMYK 0.820.150.00   0.14
XYZ31.431641.106273.2955
Yxy41.10620.21550.2819
Hunter Lab64.1141-24.6910-22.9007
CIE-Lab70.2503-26.0047-26.5740

#28bbdb color RGB value is (40,187,219).

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

The process color (four color CMYK) of #28bbdb color hex is 0.82, 0.15, 0.00, 0.14. Web safe color of #28bbdb is #33cccc. Color #28bbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111011 11011011
Octal 50 273 333
Decimal 40 187 219
Hex 28 BB DB

RGB Percentages of Color #28bbdb

%8.97
%41.93
%49.10

CMYK Percentages of Color #28bbdb

%82
%15
%0
%14

Triadic Colors of #28bbdb

#28bbdb #db28bb #bbdb28

Analogous Colors of #28bbdb

#28bbdb #2862db #28dba2

Monochromatic Colors of #28bbdb

#28bbdb

Complementary Color

#28bbdb #db4828

#28bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bbdb Color CSS Codes

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

#28bbdb Text Font Color

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

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


#28bbdb Background Color

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

This div background color is #28bbdb


#28bbdb Border Color

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

This div border color is #28bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bbdb


Comments

No comments written yet.

Please login to write comment.