Color Hex Logo

#30efbc Color Hex

#30EFBC
(48,239,188)
0 Favorites   0 Comments

Color spaces of #30efbc

RGB 48239188
HSL0.460.860.56
HSV164°80°94°
CMYK 0.800.000.21   0.06
XYZ41.162565.992258.1452
Yxy65.99220.24900.3992
Hunter Lab81.2356-51.715414.4275
CIE-Lab84.9924-57.022611.8637

#30efbc color RGB value is (48,239,188).

#30efbc hex color red value is 48, green value is 239 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #30efbc hue: 0.46 , saturation: 0.86 and the lightness value of 30efbc is 0.56.

The process color (four color CMYK) of #30efbc color hex is 0.80, 0.00, 0.21, 0.06. Web safe color of #30efbc is #33ffcc. Color #30efbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 10111100
Octal 60 357 274
Decimal 48 239 188
Hex 30 EF BC

RGB Percentages of Color #30efbc

%10.11
%50.32
%39.58

CMYK Percentages of Color #30efbc

%80
%0
%21
%6

Triadic Colors of #30efbc

#30efbc #bc30ef #efbc30

Analogous Colors of #30efbc

#30efbc #30c3ef #30ef5d

Monochromatic Colors of #30efbc

#30efbc

Complementary Color

#30efbc #ef3063

#30efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efbc Color CSS Codes

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

#30efbc Text Font Color

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

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


#30efbc Background Color

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

This div background color is #30efbc


#30efbc Border Color

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

This div border color is #30efbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efbc


Comments

No comments written yet.

Please login to write comment.