Color Hex Logo

#30faea Color Hex

#30FAEA
(48,250,234)
0 Favorites   0 Comments

Color spaces of #30faea

RGB 48250234
HSL0.490.950.58
HSV175°81°98°
CMYK 0.810.000.06   0.02
XYZ50.255874.940189.6580
Yxy74.94010.23390.3488
Hunter Lab86.5680-47.8683-0.8088
CIE-Lab89.3649-49.8447-5.7953

#30faea color RGB value is (48,250,234).

#30faea hex color red value is 48, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #30faea hue: 0.49 , saturation: 0.95 and the lightness value of 30faea is 0.58.

The process color (four color CMYK) of #30faea color hex is 0.81, 0.00, 0.06, 0.02. Web safe color of #30faea is #33ffff. Color #30faea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111010 11101010
Octal 60 372 352
Decimal 48 250 234
Hex 30 FA EA

RGB Percentages of Color #30faea

%9.02
%46.99
%43.98

CMYK Percentages of Color #30faea

%81
%0
%6
%2

Triadic Colors of #30faea

#30faea #ea30fa #faea30

Analogous Colors of #30faea

#30faea #30a5fa #30fa85

Monochromatic Colors of #30faea

#30faea

Complementary Color

#30faea #fa3040

#30faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#30faea Color CSS Codes

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

#30faea Text Font Color

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

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


#30faea Background Color

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

This div background color is #30faea


#30faea Border Color

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

This div border color is #30faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30faea

Related Colors


Comments

No comments written yet.

Please login to write comment.