Color Hex Logo

#30fead Color Hex

#30FEAD
(48,254,173)
0 Favorites   0 Comments

Color spaces of #30fead

RGB 48254173
HSL0.430.990.59
HSV156°81°100°
CMYK 0.810.000.32   0.00
XYZ44.203674.529151.5910
Yxy74.52910.25950.4376
Hunter Lab86.3302-59.680724.9994
CIE-Lab89.1720-65.942125.4112

#30fead color RGB value is (48,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111110 10101101
Octal 60 376 255
Decimal 48 254 173
Hex 30 FE AD

RGB Percentages of Color #30fead

%10.11
%53.47
%36.42

CMYK Percentages of Color #30fead

%81
%0
%32
%0

Triadic Colors of #30fead

#30fead #ad30fe #fead30

Analogous Colors of #30fead

#30fead #30e8fe #30fe46

Monochromatic Colors of #30fead

#30fead

Complementary Color

#30fead #fe3081

#30fead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30fead Color Preview on White Background

Lorem ipsum dolor sit amet.

#30fead Color CSS Codes

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

#30fead Text Font Color

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

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


#30fead Background Color

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

This div background color is #30fead


#30fead Border Color

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

This div border color is #30fead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30fead


Comments

No comments written yet.

Please login to write comment.