Color Hex Logo

#28ccde Color Hex

#28CCDE
(40,204,222)
0 Favorites   0 Comments

Color spaces of #28ccde

RGB 40204222
HSL0.520.730.51
HSV186°82°87°
CMYK 0.820.080.00   0.13
XYZ35.652848.910876.6689
Yxy48.91080.22110.3034
Hunter Lab69.9363-31.3909-16.0424
CIE-Lab75.3958-33.3507-20.3513

#28ccde color RGB value is (40,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001100 11011110
Octal 50 314 336
Decimal 40 204 222
Hex 28 CC DE

RGB Percentages of Color #28ccde

%8.58
%43.78
%47.64

CMYK Percentages of Color #28ccde

%82
%8
%0
%13

Triadic Colors of #28ccde

#28ccde #de28cc #ccde28

Analogous Colors of #28ccde

#28ccde #2871de #28de95

Monochromatic Colors of #28ccde

#28ccde

Complementary Color

#28ccde #de3a28

#28ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#28ccde Color CSS Codes

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

#28ccde Text Font Color

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

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


#28ccde Background Color

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

This div background color is #28ccde


#28ccde Border Color

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

This div border color is #28ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28ccde


Comments

No comments written yet.

Please login to write comment.