Color Hex Logo

#30bbbd Color Hex

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

Color spaces of #30bbbd

RGB 48187189
HSL0.500.590.46
HSV181°75°74°
CMYK 0.750.010.00   0.26
XYZ28.174639.843154.3497
Yxy39.84310.23020.3256
Hunter Lab63.1214-30.7879-6.8658
CIE-Lab69.3576-34.5381-11.4825

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

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

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

Base Numbers

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

RGB Percentages of Color #30bbbd

%11.32
%44.10
%44.58

CMYK Percentages of Color #30bbbd

%75
%1
%0
%26

Triadic Colors of #30bbbd

#30bbbd #bd30bb #bbbd30

Analogous Colors of #30bbbd

#30bbbd #3075bd #30bd79

Monochromatic Colors of #30bbbd

#30bbbd

Complementary Color

#30bbbd #bd3230

#30bbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bbbd Color CSS Codes

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

#30bbbd Text Font Color

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

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


#30bbbd Background Color

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

This div background color is #30bbbd


#30bbbd Border Color

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

This div border color is #30bbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bbbd


Comments

No comments written yet.

Please login to write comment.