Color Hex Logo

#28bcdd Color Hex

#28BCDD
(40,188,221)
0 Favorites   0 Comments

Color spaces of #28bcdd

RGB 40188221
HSL0.530.730.51
HSV191°82°87°
CMYK 0.820.150.00   0.13
XYZ31.909441.638074.7617
Yxy41.63800.21520.2808
Hunter Lab64.5275-24.6534-23.5242
CIE-Lab70.6206-25.8578-27.0965

#28bcdd color RGB value is (40,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 10111100 11011101
Octal 50 274 335
Decimal 40 188 221
Hex 28 BC DD

RGB Percentages of Color #28bcdd

%8.91
%41.87
%49.22

CMYK Percentages of Color #28bcdd

%82
%15
%0
%13

Triadic Colors of #28bcdd

#28bcdd #dd28bc #bcdd28

Analogous Colors of #28bcdd

#28bcdd #2862dd #28dda4

Monochromatic Colors of #28bcdd

#28bcdd

Complementary Color

#28bcdd #dd4928

#28bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28bcdd Color CSS Codes

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

#28bcdd Text Font Color

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

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


#28bcdd Background Color

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

This div background color is #28bcdd


#28bcdd Border Color

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

This div border color is #28bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28bcdd


Comments

No comments written yet.

Please login to write comment.