Color Hex Logo

#30faed Color Hex

#30FAED
(48,250,237)
0 Favorites   0 Comments

Color spaces of #30faed

RGB 48250237
HSL0.490.950.58
HSV176°81°98°
CMYK 0.810.000.05   0.02
XYZ50.690675.114091.9475
Yxy75.11400.23280.3450
Hunter Lab86.6683-47.2685-2.2337
CIE-Lab89.4464-49.0331-7.2372

#30faed color RGB value is (48,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111010 11101101
Octal 60 372 355
Decimal 48 250 237
Hex 30 FA ED

RGB Percentages of Color #30faed

%8.97
%46.73
%44.30

CMYK Percentages of Color #30faed

%81
%0
%5
%2

Triadic Colors of #30faed

#30faed #ed30fa #faed30

Analogous Colors of #30faed

#30faed #30a2fa #30fa88

Monochromatic Colors of #30faed

#30faed

Complementary Color

#30faed #fa303d

#30faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#30faed Color CSS Codes

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

#30faed Text Font Color

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

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


#30faed Background Color

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

This div background color is #30faed


#30faed Border Color

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

This div border color is #30faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30faed


Comments

No comments written yet.

Please login to write comment.