Color Hex Logo

#308388 Color Hex

#308388
(48,131,136)
0 Favorites   0 Comments

Color spaces of #308388

RGB 48131136
HSL0.510.480.36
HSV183°65°53°
CMYK 0.650.040.00   0.47
XYZ13.779218.638626.1639
Yxy18.63860.23520.3182
Hunter Lab43.1724-18.5806-5.7109
CIE-Lab50.2617-22.9479-10.0957

#308388 color RGB value is (48,131,136).

#308388 hex color red value is 48, green value is 131 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #308388 hue: 0.51 , saturation: 0.48 and the lightness value of 308388 is 0.36.

The process color (four color CMYK) of #308388 color hex is 0.65, 0.04, 0.00, 0.47. Web safe color of #308388 is #339999. Color #308388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000011 10001000
Octal 60 203 210
Decimal 48 131 136
Hex 30 83 88

RGB Percentages of Color #308388

%15.24
%41.59
%43.17

CMYK Percentages of Color #308388

%65
%4
%0
%47

Triadic Colors of #308388

#308388 #883083 #838830

Analogous Colors of #308388

#308388 #305788 #308861

Monochromatic Colors of #308388

#308388

Complementary Color

#308388 #883530

#308388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308388 Color CSS Codes

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

#308388 Text Font Color

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

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


#308388 Background Color

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

This div background color is #308388


#308388 Border Color

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

This div border color is #308388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,131,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 #308388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308388


Comments

No comments written yet.

Please login to write comment.