Color Hex Logo

#308484 Color Hex

#308484
(48,132,132)
0 Favorites   0 Comments

Color spaces of #308484

RGB 48132132
HSL0.500.470.35
HSV180°64°52°
CMYK 0.640.000.00   0.48
XYZ13.635018.796824.7393
Yxy18.79680.23850.3288
Hunter Lab43.3553-19.7344-3.4832
CIE-Lab50.4486-24.6732-7.4744

#308484 color RGB value is (48,132,132).

#308484 hex color red value is 48, green value is 132 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #308484 hue: 0.50 , saturation: 0.47 and the lightness value of 308484 is 0.35.

The process color (four color CMYK) of #308484 color hex is 0.64, 0.00, 0.00, 0.48. Web safe color of #308484 is #339999. Color #308484 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000100 10000100
Octal 60 204 204
Decimal 48 132 132
Hex 30 84 84

RGB Percentages of Color #308484

%15.38
%42.31
%42.31

CMYK Percentages of Color #308484

%64
%0
%0
%48

Triadic Colors of #308484

#308484 #843084 #848430

Analogous Colors of #308484

#308484 #305a84 #30845a

Monochromatic Colors of #308484

#308484

Complementary Color

#308484 #843030

#308484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308484 Color CSS Codes

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

#308484 Text Font Color

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

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


#308484 Background Color

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

This div background color is #308484


#308484 Border Color

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

This div border color is #308484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308484


Comments

No comments written yet.

Please login to write comment.