Color Hex Logo

#28949e Color Hex

#28949E
(40,148,158)
0 Favorites   0 Comments

Color spaces of #28949e

RGB 40148158
HSL0.510.600.39
HSV185°75°62°
CMYK 0.750.060.00   0.38
XYZ17.636524.099536.0699
Yxy24.09950.22670.3097
Hunter Lab49.0912-21.7818-9.1996
CIE-Lab56.1873-25.9662-13.9250

#28949e color RGB value is (40,148,158).

#28949e hex color red value is 40, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #28949e hue: 0.51 , saturation: 0.60 and the lightness value of 28949e is 0.39.

The process color (four color CMYK) of #28949e color hex is 0.75, 0.06, 0.00, 0.38. Web safe color of #28949e is #339999. Color #28949e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010100 10011110
Octal 50 224 236
Decimal 40 148 158
Hex 28 94 9E

RGB Percentages of Color #28949e

%11.56
%42.77
%45.66

CMYK Percentages of Color #28949e

%75
%6
%0
%38

Triadic Colors of #28949e

#28949e #9e2894 #949e28

Analogous Colors of #28949e

#28949e #28599e #289e6d

Monochromatic Colors of #28949e

#28949e

Complementary Color

#28949e #9e3228

#28949e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#28949e Color Preview on White Background

Lorem ipsum dolor sit amet.

#28949e Color CSS Codes

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

#28949e Text Font Color

<p style="color:#28949e">Text here</p>

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


#28949e Background Color

<div style="background-color:#28949e">
Div content here</div>

This div background color is #28949e


#28949e Border Color

<div style="border:3px solid #28949e">
Div here</div>

This div border color is #28949e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,148,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #28949e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #28949e;
  -webkit-box-shadow: 1px 1px 3px 2px #28949e;
  box-shadow:         1px 1px 3px 2px #28949e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #28949e


Comments

No comments written yet.

Please login to write comment.