Color Hex Logo

#30bdbb Color Hex

#30BDBB
(48,189,187)
0 Favorites   0 Comments

Color spaces of #30bdbb

RGB 48189187
HSL0.500.590.46
HSV179°75°74°
CMYK 0.750.000.01   0.26
XYZ28.386240.611453.3564
Yxy40.61140.23200.3319
Hunter Lab63.7271-32.0124-5.0324
CIE-Lab69.9028-36.0554-9.5701

#30bdbb color RGB value is (48,189,187).

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

The process color (four color CMYK) of #30bdbb color hex is 0.75, 0.00, 0.01, 0.26. Web safe color of #30bdbb is #33cccc. Color #30bdbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111101 10111011
Octal 60 275 273
Decimal 48 189 187
Hex 30 BD BB

RGB Percentages of Color #30bdbb

%11.32
%44.58
%44.10

CMYK Percentages of Color #30bdbb

%75
%0
%1
%26

Triadic Colors of #30bdbb

#30bdbb #bb30bd #bdbb30

Analogous Colors of #30bdbb

#30bdbb #3079bd #30bd75

Monochromatic Colors of #30bdbb

#30bdbb

Complementary Color

#30bdbb #bd3032

#30bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bdbb Color CSS Codes

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

#30bdbb Text Font Color

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

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


#30bdbb Background Color

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

This div background color is #30bdbb


#30bdbb Border Color

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

This div border color is #30bdbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,189,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 #30bdbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bdbb


Comments

No comments written yet.

Please login to write comment.