Color Hex Logo

#28999c Color Hex

#28999C
(40,153,156)
0 Favorites   0 Comments

Color spaces of #28999c

RGB 40153156
HSL0.500.590.38
HSV182°74°61°
CMYK 0.740.020.00   0.39
XYZ18.267125.633935.4375
Yxy25.63390.23020.3231
Hunter Lab50.6299-24.2002-6.0580
CIE-Lab57.6879-29.0752-10.5242

#28999c color RGB value is (40,153,156).

#28999c hex color red value is 40, green value is 153 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #28999c hue: 0.50 , saturation: 0.59 and the lightness value of 28999c is 0.38.

The process color (four color CMYK) of #28999c color hex is 0.74, 0.02, 0.00, 0.39. Web safe color of #28999c is #339999. Color #28999c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10011001 10011100
Octal 50 231 234
Decimal 40 153 156
Hex 28 99 9C

RGB Percentages of Color #28999c

%11.46
%43.84
%44.70

CMYK Percentages of Color #28999c

%74
%2
%0
%39

Triadic Colors of #28999c

#28999c #9c2899 #999c28

Analogous Colors of #28999c

#28999c #285f9c #289c65

Monochromatic Colors of #28999c

#28999c

Complementary Color

#28999c #9c2b28

#28999c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28999c Color Preview on White Background

Lorem ipsum dolor sit amet.

#28999c Color CSS Codes

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

#28999c Text Font Color

<p style="color:#28999c">Text here</p>

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


#28999c Background Color

<div style="background-color:#28999c">
Div content here</div>

This div background color is #28999c


#28999c Border Color

<div style="border:3px solid #28999c">
Div here</div>

This div border color is #28999c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,153,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28999c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28999c;
  -webkit-box-shadow: 1px 1px 3px 2px #28999c;
  box-shadow:         1px 1px 3px 2px #28999c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28999c


Comments

No comments written yet.

Please login to write comment.