Color Hex Logo

#308284 Color Hex

#308284
(48,130,132)
0 Favorites   0 Comments

Color spaces of #308284

RGB 48130132
HSL0.500.470.35
HSV181°64°52°
CMYK 0.640.020.00   0.48
XYZ13.366418.259624.6498
Yxy18.25960.23750.3245
Hunter Lab42.7313-18.9446-4.2899
CIE-Lab49.8095-23.6483-8.4290

#308284 color RGB value is (48,130,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000010 10000100
Octal 60 202 204
Decimal 48 130 132
Hex 30 82 84

RGB Percentages of Color #308284

%15.48
%41.94
%42.58

CMYK Percentages of Color #308284

%64
%2
%0
%48

Triadic Colors of #308284

#308284 #843082 #828430

Analogous Colors of #308284

#308284 #305884 #30845c

Monochromatic Colors of #308284

#308284

Complementary Color

#308284 #843230

#308284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308284 Color CSS Codes

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

#308284 Text Font Color

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

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


#308284 Background Color

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

This div background color is #308284


#308284 Border Color

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

This div border color is #308284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308284


Comments

No comments written yet.

Please login to write comment.