Color Hex Logo

#28cbdd Color Hex

#28CBDD
(40,203,221)
0 Favorites   0 Comments

Color spaces of #28cbdd

RGB 40203221
HSL0.520.730.51
HSV186°82°87°
CMYK 0.820.080.00   0.13
XYZ35.282248.383475.8860
Yxy48.38340.22110.3032
Hunter Lab69.5582-31.1857-15.9930
CIE-Lab75.0661-33.1834-20.3120

#28cbdd color RGB value is (40,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001011 11011101
Octal 50 313 335
Decimal 40 203 221
Hex 28 CB DD

RGB Percentages of Color #28cbdd

%8.62
%43.75
%47.63

CMYK Percentages of Color #28cbdd

%82
%8
%0
%13

Triadic Colors of #28cbdd

#28cbdd #dd28cb #cbdd28

Analogous Colors of #28cbdd

#28cbdd #2871dd #28dd95

Monochromatic Colors of #28cbdd

#28cbdd

Complementary Color

#28cbdd #dd3a28

#28cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#28cbdd Color CSS Codes

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

#28cbdd Text Font Color

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

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


#28cbdd Background Color

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

This div background color is #28cbdd


#28cbdd Border Color

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

This div border color is #28cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28cbdd


Comments

No comments written yet.

Please login to write comment.