Color Hex Logo

#30a9cc Color Hex

#30A9CC
(48,169,204)
0 Favorites   0 Comments

Color spaces of #30a9cc

RGB 48169204
HSL0.540.620.49
HSV193°76°80°
CMYK 0.760.170.00   0.20
XYZ26.306033.363962.1802
Yxy33.36390.21590.2738
Hunter Lab57.7615-19.7893-23.3926
CIE-Lab64.4545-20.9433-27.2163

#30a9cc color RGB value is (48,169,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101001 11001100
Octal 60 251 314
Decimal 48 169 204
Hex 30 A9 CC

RGB Percentages of Color #30a9cc

%11.40
%40.14
%48.46

CMYK Percentages of Color #30a9cc

%76
%17
%0
%20

Triadic Colors of #30a9cc

#30a9cc #cc30a9 #a9cc30

Analogous Colors of #30a9cc

#30a9cc #305bcc #30cca1

Monochromatic Colors of #30a9cc

#30a9cc

Complementary Color

#30a9cc #cc5330

#30a9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a9cc Color CSS Codes

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

#30a9cc Text Font Color

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

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


#30a9cc Background Color

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

This div background color is #30a9cc


#30a9cc Border Color

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

This div border color is #30a9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a9cc


Comments

No comments written yet.

Please login to write comment.