Color Hex Logo

#28c9eb Color Hex

#28C9EB
(40,201,235)
0 Favorites   0 Comments

Color spaces of #28c9eb

RGB 40201235
HSL0.530.830.54
HSV190°83°92°
CMYK 0.830.140.00   0.08
XYZ36.757148.222685.9678
Yxy48.22260.21500.2821
Hunter Lab69.4425-27.0413-24.7896
CIE-Lab74.9651-27.8091-28.0146

#28c9eb color RGB value is (40,201,235).

#28c9eb hex color red value is 40, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #28c9eb hue: 0.53 , saturation: 0.83 and the lightness value of 28c9eb is 0.54.

The process color (four color CMYK) of #28c9eb color hex is 0.83, 0.14, 0.00, 0.08. Web safe color of #28c9eb is #33ccff. Color #28c9eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 11001001 11101011
Octal 50 311 353
Decimal 40 201 235
Hex 28 C9 EB

RGB Percentages of Color #28c9eb

%8.40
%42.23
%49.37

CMYK Percentages of Color #28c9eb

%83
%14
%0
%8

Triadic Colors of #28c9eb

#28c9eb #eb28c9 #c9eb28

Analogous Colors of #28c9eb

#28c9eb #2868eb #28ebac

Monochromatic Colors of #28c9eb

#28c9eb

Complementary Color

#28c9eb #eb4a28

#28c9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28c9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#28c9eb Color CSS Codes

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

#28c9eb Text Font Color

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

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


#28c9eb Background Color

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

This div background color is #28c9eb


#28c9eb Border Color

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

This div border color is #28c9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28c9eb


Comments

No comments written yet.

Please login to write comment.