Color Hex Logo

#309f8a Color Hex

#309F8A
(48,159,138)
0 Favorites   0 Comments

Color spaces of #309f8a

RGB 48159138
HSL0.470.540.41
HSV169°70°62°
CMYK 0.700.000.13   0.38
XYZ18.204527.259628.3469
Yxy27.25960.24660.3693
Hunter Lab52.2107-29.13054.3570
CIE-Lab59.2138-35.98251.9729

#309f8a color RGB value is (48,159,138).

#309f8a hex color red value is 48, green value is 159 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #309f8a hue: 0.47 , saturation: 0.54 and the lightness value of 309f8a is 0.41.

The process color (four color CMYK) of #309f8a color hex is 0.70, 0.00, 0.13, 0.38. Web safe color of #309f8a is #339999. Color #309f8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 10001010
Octal 60 237 212
Decimal 48 159 138
Hex 30 9F 8A

RGB Percentages of Color #309f8a

%13.91
%46.09
%40.00

CMYK Percentages of Color #309f8a

%70
%0
%13
%38

Triadic Colors of #309f8a

#309f8a #8a309f #9f8a30

Analogous Colors of #309f8a

#309f8a #307d9f #309f53

Monochromatic Colors of #309f8a

#309f8a

Complementary Color

#309f8a #9f3045

#309f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#309f8a Color CSS Codes

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

#309f8a Text Font Color

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

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


#309f8a Background Color

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

This div background color is #309f8a


#309f8a Border Color

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

This div border color is #309f8a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,159,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309f8a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309f8a;
  -webkit-box-shadow: 1px 1px 3px 2px #309f8a;
  box-shadow:         1px 1px 3px 2px #309f8a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,159,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309f8a


Comments

No comments written yet.

Please login to write comment.