Color Hex Logo

#30bcb1 Color Hex

#30BCB1
(48,188,177)
0 Favorites   0 Comments

Color spaces of #30bcb1

RGB 48188177
HSL0.490.590.46
HSV175°74°74°
CMYK 0.740.000.06   0.26
XYZ27.138039.769147.8409
Yxy39.76910.23650.3466
Hunter Lab63.0627-33.5453-0.8349
CIE-Lab69.3048-38.4500-4.9693

#30bcb1 color RGB value is (48,188,177).

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

The process color (four color CMYK) of #30bcb1 color hex is 0.74, 0.00, 0.06, 0.26. Web safe color of #30bcb1 is #33cc99. Color #30bcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111100 10110001
Octal 60 274 261
Decimal 48 188 177
Hex 30 BC B1

RGB Percentages of Color #30bcb1

%11.62
%45.52
%42.86

CMYK Percentages of Color #30bcb1

%74
%0
%6
%26

Triadic Colors of #30bcb1

#30bcb1 #b130bc #bcb130

Analogous Colors of #30bcb1

#30bcb1 #3081bc #30bc6b

Monochromatic Colors of #30bcb1

#30bcb1

Complementary Color

#30bcb1 #bc303b

#30bcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcb1 Color CSS Codes

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

#30bcb1 Text Font Color

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

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


#30bcb1 Background Color

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

This div background color is #30bcb1


#30bcb1 Border Color

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

This div border color is #30bcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcb1


Comments

No comments written yet.

Please login to write comment.