Color Hex Logo

#309e8f Color Hex

#309E8F
(48,158,143)
0 Favorites   0 Comments

Color spaces of #309e8f

RGB 48158143
HSL0.480.530.40
HSV172°70°62°
CMYK 0.700.000.09   0.38
XYZ18.403727.065330.2407
Yxy27.06530.24310.3575
Hunter Lab52.0243-27.89791.9529
CIE-Lab59.0347-34.1629-1.1188

#309e8f color RGB value is (48,158,143).

#309e8f hex color red value is 48, green value is 158 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #309e8f hue: 0.48 , saturation: 0.53 and the lightness value of 309e8f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 10001111
Octal 60 236 217
Decimal 48 158 143
Hex 30 9E 8F

RGB Percentages of Color #309e8f

%13.75
%45.27
%40.97

CMYK Percentages of Color #309e8f

%70
%0
%9
%38

Triadic Colors of #309e8f

#309e8f #8f309e #9e8f30

Analogous Colors of #309e8f

#309e8f #30769e #309e58

Monochromatic Colors of #309e8f

#309e8f

Complementary Color

#309e8f #9e303f

#309e8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309e8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#309e8f Color CSS Codes

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

#309e8f Text Font Color

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

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


#309e8f Background Color

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

This div background color is #309e8f


#309e8f Border Color

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

This div border color is #309e8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309e8f


Comments

No comments written yet.

Please login to write comment.