Color Hex Logo

#308b99 Color Hex

#308B99
(48,139,153)
0 Favorites   0 Comments

Color spaces of #308b99

RGB 48139153
HSL0.520.520.39
HSV188°69°60°
CMYK 0.690.090.00   0.40
XYZ16.201321.393533.4125
Yxy21.39350.22820.3013
Hunter Lab46.2531-18.4189-10.4530
CIE-Lab53.3775-21.8108-15.2839

#308b99 color RGB value is (48,139,153).

#308b99 hex color red value is 48, green value is 139 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #308b99 hue: 0.52 , saturation: 0.52 and the lightness value of 308b99 is 0.39.

The process color (four color CMYK) of #308b99 color hex is 0.69, 0.09, 0.00, 0.40. Web safe color of #308b99 is #339999. Color #308b99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 10011001
Octal 60 213 231
Decimal 48 139 153
Hex 30 8B 99

RGB Percentages of Color #308b99

%14.12
%40.88
%45.00

CMYK Percentages of Color #308b99

%69
%9
%0
%40

Triadic Colors of #308b99

#308b99 #99308b #8b9930

Analogous Colors of #308b99

#308b99 #305799 #309973

Monochromatic Colors of #308b99

#308b99

Complementary Color

#308b99 #993e30

#308b99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308b99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308b99 Color CSS Codes

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

#308b99 Text Font Color

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

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


#308b99 Background Color

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

This div background color is #308b99


#308b99 Border Color

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

This div border color is #308b99


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,139,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308b99; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308b99;
  -webkit-box-shadow: 1px 1px 3px 2px #308b99;
  box-shadow:         1px 1px 3px 2px #308b99; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308b99


Comments

No comments written yet.

Please login to write comment.