Color Hex Logo

#30a48f Color Hex

#30A48F
(48,164,143)
0 Favorites   0 Comments

Color spaces of #30a48f

RGB 48164143
HSL0.470.550.42
HSV169°71°64°
CMYK 0.710.000.13   0.36
XYZ19.452329.162530.5903
Yxy29.16250.24560.3682
Hunter Lab54.0023-30.20614.2160
CIE-Lab60.9248-36.91711.6390

#30a48f color RGB value is (48,164,143).

#30a48f hex color red value is 48, green value is 164 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #30a48f hue: 0.47 , saturation: 0.55 and the lightness value of 30a48f is 0.42.

The process color (four color CMYK) of #30a48f color hex is 0.71, 0.00, 0.13, 0.36. Web safe color of #30a48f is #339999. Color #30a48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10100100 10001111
Octal 60 244 217
Decimal 48 164 143
Hex 30 A4 8F

RGB Percentages of Color #30a48f

%13.52
%46.20
%40.28

CMYK Percentages of Color #30a48f

%71
%0
%13
%36

Triadic Colors of #30a48f

#30a48f #8f30a4 #a48f30

Analogous Colors of #30a48f

#30a48f #307fa4 #30a455

Monochromatic Colors of #30a48f

#30a48f

Complementary Color

#30a48f #a43045

#30a48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a48f Color CSS Codes

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

#30a48f Text Font Color

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

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


#30a48f Background Color

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

This div background color is #30a48f


#30a48f Border Color

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

This div border color is #30a48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a48f


Comments

No comments written yet.

Please login to write comment.