Color Hex Logo

#309998 Color Hex

#309998
(48,153,152)
0 Favorites   0 Comments

Color spaces of #309998

RGB 48153152
HSL0.500.520.39
HSV179°69°60°
CMYK 0.690.000.01   0.40
XYZ18.277725.677833.6987
Yxy25.67780.23540.3307
Hunter Lab50.6733-24.2938-3.9577
CIE-Lab57.7299-29.2006-8.1638

#309998 color RGB value is (48,153,152).

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

The process color (four color CMYK) of #309998 color hex is 0.69, 0.00, 0.01, 0.40. Web safe color of #309998 is #339999. Color #309998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011001 10011000
Octal 60 231 230
Decimal 48 153 152
Hex 30 99 98

RGB Percentages of Color #309998

%13.60
%43.34
%43.06

CMYK Percentages of Color #309998

%69
%0
%1
%40

Triadic Colors of #309998

#309998 #983099 #999830

Analogous Colors of #309998

#309998 #306699 #309964

Monochromatic Colors of #309998

#309998

Complementary Color

#309998 #993031

#309998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309998 Color CSS Codes

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

#309998 Text Font Color

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

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


#309998 Background Color

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

This div background color is #309998


#309998 Border Color

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

This div border color is #309998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309998


Comments

No comments written yet.

Please login to write comment.