Color Hex Logo

#30aacb Color Hex

#30AACB
(48,170,203)
0 Favorites   0 Comments

Color spaces of #30aacb

RGB 48170203
HSL0.540.620.49
HSV193°76°80°
CMYK 0.760.160.00   0.20
XYZ26.373133.689661.6126
Yxy33.68960.21670.2769
Hunter Lab58.0427-20.4691-22.3066
CIE-Lab64.7154-21.7913-26.2599

#30aacb color RGB value is (48,170,203).

#30aacb hex color red value is 48, green value is 170 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #30aacb hue: 0.54 , saturation: 0.62 and the lightness value of 30aacb is 0.49.

The process color (four color CMYK) of #30aacb color hex is 0.76, 0.16, 0.00, 0.20. Web safe color of #30aacb is #3399cc. Color #30aacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101010 11001011
Octal 60 252 313
Decimal 48 170 203
Hex 30 AA CB

RGB Percentages of Color #30aacb

%11.40
%40.38
%48.22

CMYK Percentages of Color #30aacb

%76
%16
%0
%20

Triadic Colors of #30aacb

#30aacb #cb30aa #aacb30

Analogous Colors of #30aacb

#30aacb #305ccb #30cb9f

Monochromatic Colors of #30aacb

#30aacb

Complementary Color

#30aacb #cb5130

#30aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#30aacb Color CSS Codes

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

#30aacb Text Font Color

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

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


#30aacb Background Color

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

This div background color is #30aacb


#30aacb Border Color

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

This div border color is #30aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30aacb


Comments

No comments written yet.

Please login to write comment.