Color Hex Logo

#30efbf Color Hex

#30EFBF
(48,239,191)
0 Favorites   0 Comments

Color spaces of #30efbf

RGB 48239191
HSL0.460.860.56
HSV165°80°94°
CMYK 0.800.000.20   0.06
XYZ41.489466.123059.8665
Yxy66.12300.24770.3948
Hunter Lab81.3161-51.228113.2708
CIE-Lab85.0591-56.311210.3931

#30efbf color RGB value is (48,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 10111111
Octal 60 357 277
Decimal 48 239 191
Hex 30 EF BF

RGB Percentages of Color #30efbf

%10.04
%50.00
%39.96

CMYK Percentages of Color #30efbf

%80
%0
%20
%6

Triadic Colors of #30efbf

#30efbf #bf30ef #efbf30

Analogous Colors of #30efbf

#30efbf #30c0ef #30ef60

Monochromatic Colors of #30efbf

#30efbf

Complementary Color

#30efbf #ef3060

#30efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efbf Color CSS Codes

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

#30efbf Text Font Color

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

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


#30efbf Background Color

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

This div background color is #30efbf


#30efbf Border Color

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

This div border color is #30efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efbf


Comments

No comments written yet.

Please login to write comment.