Color Hex Logo

#30bcbf Color Hex

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

Color spaces of #30bcbf

RGB 48188191
HSL0.500.600.47
HSV181°75°75°
CMYK 0.750.020.00   0.25
XYZ28.606140.356455.5721
Yxy40.35640.22970.3241
Hunter Lab63.5267-30.7931-7.3972
CIE-Lab69.7226-34.4180-12.0338

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

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

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

Base Numbers

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

RGB Percentages of Color #30bcbf

%11.24
%44.03
%44.73

CMYK Percentages of Color #30bcbf

%75
%2
%0
%25

Triadic Colors of #30bcbf

#30bcbf #bf30bc #bcbf30

Analogous Colors of #30bcbf

#30bcbf #3075bf #30bf7b

Monochromatic Colors of #30bcbf

#30bcbf

Complementary Color

#30bcbf #bf3330

#30bcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30bcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#30bcbf Color CSS Codes

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

#30bcbf Text Font Color

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

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


#30bcbf Background Color

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

This div background color is #30bcbf


#30bcbf Border Color

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

This div border color is #30bcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30bcbf


Comments

No comments written yet.

Please login to write comment.