Color Hex Logo

#30afbb Color Hex

#30AFBB
(48,175,187)
0 Favorites   0 Comments

Color spaces of #30afbb

RGB 48175187
HSL0.510.590.46
HSV185°74°73°
CMYK 0.740.060.00   0.27
XYZ25.518534.876252.4005
Yxy34.87620.22620.3092
Hunter Lab59.0561-26.2172-11.2688
CIE-Lab65.6522-29.3902-15.9515

#30afbb color RGB value is (48,175,187).

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

The process color (four color CMYK) of #30afbb color hex is 0.74, 0.06, 0.00, 0.27. Web safe color of #30afbb is #3399cc. Color #30afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 10111011
Octal 60 257 273
Decimal 48 175 187
Hex 30 AF BB

RGB Percentages of Color #30afbb

%11.71
%42.68
%45.61

CMYK Percentages of Color #30afbb

%74
%6
%0
%27

Triadic Colors of #30afbb

#30afbb #bb30af #afbb30

Analogous Colors of #30afbb

#30afbb #306abb #30bb82

Monochromatic Colors of #30afbb

#30afbb

Complementary Color

#30afbb #bb3c30

#30afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afbb Color CSS Codes

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

#30afbb Text Font Color

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

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


#30afbb Background Color

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

This div background color is #30afbb


#30afbb Border Color

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

This div border color is #30afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afbb


Comments

No comments written yet.

Please login to write comment.