Color Hex Logo

#30febb Color Hex

#30FEBB
(48,254,187)
0 Favorites   0 Comments

Color spaces of #30febb

RGB 48254187
HSL0.450.990.59
HSV160°81°100°
CMYK 0.810.000.26   0.00
XYZ45.630475.099959.1045
Yxy75.09990.25370.4176
Hunter Lab86.6602-57.667320.2248
CIE-Lab89.4398-62.972618.6441

#30febb color RGB value is (48,254,187).

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

The process color (four color CMYK) of #30febb color hex is 0.81, 0.00, 0.26, 0.00. Web safe color of #30febb is #33ffcc. Color #30febb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111110 10111011
Octal 60 376 273
Decimal 48 254 187
Hex 30 FE BB

RGB Percentages of Color #30febb

%9.82
%51.94
%38.24

CMYK Percentages of Color #30febb

%81
%0
%26
%0

Triadic Colors of #30febb

#30febb #bb30fe #febb30

Analogous Colors of #30febb

#30febb #30dafe #30fe54

Monochromatic Colors of #30febb

#30febb

Complementary Color

#30febb #fe3073

#30febb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30febb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30febb Color CSS Codes

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

#30febb Text Font Color

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

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


#30febb Background Color

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

This div background color is #30febb


#30febb Border Color

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

This div border color is #30febb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30febb

Related Colors


Comments

No comments written yet.

Please login to write comment.