Color Hex Logo

#30efbd Color Hex

#30EFBD
(48,239,189)
0 Favorites   0 Comments

Color spaces of #30efbd

RGB 48239189
HSL0.460.860.56
HSV164°80°94°
CMYK 0.800.000.21   0.06
XYZ41.270766.035558.7150
Yxy66.03550.24860.3978
Hunter Lab81.2622-51.554014.0443
CIE-Lab85.0145-56.786611.3735

#30efbd color RGB value is (48,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11101111 10111101
Octal 60 357 275
Decimal 48 239 189
Hex 30 EF BD

RGB Percentages of Color #30efbd

%10.08
%50.21
%39.71

CMYK Percentages of Color #30efbd

%80
%0
%21
%6

Triadic Colors of #30efbd

#30efbd #bd30ef #efbd30

Analogous Colors of #30efbd

#30efbd #30c2ef #30ef5e

Monochromatic Colors of #30efbd

#30efbd

Complementary Color

#30efbd #ef3062

#30efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30efbd Color CSS Codes

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

#30efbd Text Font Color

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

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


#30efbd Background Color

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

This div background color is #30efbd


#30efbd Border Color

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

This div border color is #30efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30efbd


Comments

No comments written yet.

Please login to write comment.