Color Hex Logo

#30feab Color Hex

#30FEAB
(48,254,171)
0 Favorites   0 Comments

Color spaces of #30feab

RGB 48254171
HSL0.430.990.59
HSV156°81°100°
CMYK 0.810.000.33   0.00
XYZ44.011474.452350.5792
Yxy74.45230.26040.4404
Hunter Lab86.2857-59.953325.6453
CIE-Lab89.1358-66.348726.3749

#30feab color RGB value is (48,254,171).

#30feab hex color red value is 48, green value is 254 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #30feab hue: 0.43 , saturation: 0.99 and the lightness value of 30feab is 0.59.

The process color (four color CMYK) of #30feab color hex is 0.81, 0.00, 0.33, 0.00. Web safe color of #30feab is #33ff99. Color #30feab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111110 10101011
Octal 60 376 253
Decimal 48 254 171
Hex 30 FE AB

RGB Percentages of Color #30feab

%10.15
%53.70
%36.15

CMYK Percentages of Color #30feab

%81
%0
%33
%0

Triadic Colors of #30feab

#30feab #ab30fe #feab30

Analogous Colors of #30feab

#30feab #30eafe #30fe44

Monochromatic Colors of #30feab

#30feab

Complementary Color

#30feab #fe3083

#30feab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30feab Color Preview on White Background

Lorem ipsum dolor sit amet.

#30feab Color CSS Codes

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

#30feab Text Font Color

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

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


#30feab Background Color

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

This div background color is #30feab


#30feab Border Color

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

This div border color is #30feab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30feab

Related Colors


Comments

No comments written yet.

Please login to write comment.