Color Hex Logo

#30afba Color Hex

#30AFBA
(48,175,186)
0 Favorites   0 Comments

Color spaces of #30afba

RGB 48175186
HSL0.510.590.46
HSV185°74°73°
CMYK 0.740.060.00   0.27
XYZ25.411834.833551.8386
Yxy34.83350.22670.3108
Hunter Lab59.0199-26.4293-10.7619
CIE-Lab65.6188-29.6967-15.4467

#30afba color RGB value is (48,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 10111010
Octal 60 257 272
Decimal 48 175 186
Hex 30 AF BA

RGB Percentages of Color #30afba

%11.74
%42.79
%45.48

CMYK Percentages of Color #30afba

%74
%6
%0
%27

Triadic Colors of #30afba

#30afba #ba30af #afba30

Analogous Colors of #30afba

#30afba #306aba #30ba80

Monochromatic Colors of #30afba

#30afba

Complementary Color

#30afba #ba3b30

#30afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#30afba Color CSS Codes

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

#30afba Text Font Color

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

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


#30afba Background Color

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

This div background color is #30afba


#30afba Border Color

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

This div border color is #30afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30afba


Comments

No comments written yet.

Please login to write comment.