Color Hex Logo

#30bfbc Color Hex

#30BFBC
(48,191,188)
0 Favorites   0 Comments

Color spaces of #30bfbc

RGB 48191188
HSL0.500.600.47
HSV179°75°75°
CMYK 0.750.000.02   0.25
XYZ28.926841.520854.0667
Yxy41.52080.23230.3335
Hunter Lab64.4366-32.6322-4.6427
CIE-Lab70.5393-36.6905-9.1693

#30bfbc color RGB value is (48,191,188).

#30bfbc hex color red value is 48, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #30bfbc hue: 0.50 , saturation: 0.60 and the lightness value of 30bfbc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111111 10111100
Octal 60 277 274
Decimal 48 191 188
Hex 30 BF BC

RGB Percentages of Color #30bfbc

%11.24
%44.73
%44.03

CMYK Percentages of Color #30bfbc

%75
%0
%2
%25

Triadic Colors of #30bfbc

#30bfbc #bc30bf #bfbc30

Analogous Colors of #30bfbc

#30bfbc #307bbf #30bf75

Monochromatic Colors of #30bfbc

#30bfbc

Complementary Color

#30bfbc #bf3033

#30bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bfbc Color CSS Codes

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

#30bfbc Text Font Color

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

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


#30bfbc Background Color

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

This div background color is #30bfbc


#30bfbc Border Color

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

This div border color is #30bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bfbc


Comments

No comments written yet.

Please login to write comment.