Color Hex Logo

#30eff5 Color Hex

#30EFF5
(48,239,245)
0 Favorites   0 Comments

Color spaces of #30eff5

RGB 48239245
HSL0.510.910.57
HSV182°80°96°
CMYK 0.800.020.00   0.04
XYZ48.566968.954097.1359
Yxy68.95400.22630.3212
Hunter Lab83.0385-40.9178-11.2286
CIE-Lab86.4813-41.9960-15.8403

#30eff5 color RGB value is (48,239,245).

#30eff5 hex color red value is 48, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #30eff5 hue: 0.51 , saturation: 0.91 and the lightness value of 30eff5 is 0.57.

The process color (four color CMYK) of #30eff5 color hex is 0.80, 0.02, 0.00, 0.04. Web safe color of #30eff5 is #33ffff. Color #30eff5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 11110101
Octal 60 357 365
Decimal 48 239 245
Hex 30 EF F5

RGB Percentages of Color #30eff5

%9.02
%44.92
%46.05

CMYK Percentages of Color #30eff5

%80
%2
%0
%4

Triadic Colors of #30eff5

#30eff5 #f530ef #eff530

Analogous Colors of #30eff5

#30eff5 #308df5 #30f599

Monochromatic Colors of #30eff5

#30eff5

Complementary Color

#30eff5 #f53630

#30eff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30eff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30eff5 Color CSS Codes

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

#30eff5 Text Font Color

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

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


#30eff5 Background Color

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

This div background color is #30eff5


#30eff5 Border Color

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

This div border color is #30eff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30eff5

Related Colors


Comments

No comments written yet.

Please login to write comment.