Color Hex Logo

#289388 Color Hex

#289388
(40,147,136)
0 Favorites   0 Comments

Color spaces of #289388

RGB 40147136
HSL0.480.570.37
HSV174°73°58°
CMYK 0.730.000.07   0.42
XYZ15.752723.096126.9203
Yxy23.09610.23950.3512
Hunter Lab48.0584-25.59300.4291
CIE-Lab55.1712-32.1249-2.8179

#289388 color RGB value is (40,147,136).

#289388 hex color red value is 40, green value is 147 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #289388 hue: 0.48 , saturation: 0.57 and the lightness value of 289388 is 0.37.

The process color (four color CMYK) of #289388 color hex is 0.73, 0.00, 0.07, 0.42. Web safe color of #289388 is #339999. Color #289388 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 10010011 10001000
Octal 50 223 210
Decimal 40 147 136
Hex 28 93 88

RGB Percentages of Color #289388

%12.38
%45.51
%42.11

CMYK Percentages of Color #289388

%73
%0
%7
%42

Triadic Colors of #289388

#289388 #882893 #938828

Analogous Colors of #289388

#289388 #286993 #289353

Monochromatic Colors of #289388

#289388

Complementary Color

#289388 #932833

#289388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#289388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#289388 Color CSS Codes

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

#289388 Text Font Color

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

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


#289388 Background Color

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

This div background color is #289388


#289388 Border Color

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

This div border color is #289388


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,147,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #289388; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #289388;
  -webkit-box-shadow: 1px 1px 3px 2px #289388;
  box-shadow:         1px 1px 3px 2px #289388; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #289388


Comments

No comments written yet.

Please login to write comment.