Color Hex Logo

#30a9c8 Color Hex

#30A9C8
(48,169,200)
0 Favorites   0 Comments

Color spaces of #30a9c8

RGB 48169200
HSL0.530.610.49
HSV192°76°78°
CMYK 0.760.160.00   0.22
XYZ25.832233.174459.6854
Yxy33.17440.21760.2795
Hunter Lab57.5972-20.7384-21.1215
CIE-Lab64.3019-22.2536-25.2299

#30a9c8 color RGB value is (48,169,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101001 11001000
Octal 60 251 310
Decimal 48 169 200
Hex 30 A9 C8

RGB Percentages of Color #30a9c8

%11.51
%40.53
%47.96

CMYK Percentages of Color #30a9c8

%76
%16
%0
%22

Triadic Colors of #30a9c8

#30a9c8 #c830a9 #a9c830

Analogous Colors of #30a9c8

#30a9c8 #305dc8 #30c89b

Monochromatic Colors of #30a9c8

#30a9c8

Complementary Color

#30a9c8 #c84f30

#30a9c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a9c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a9c8 Color CSS Codes

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

#30a9c8 Text Font Color

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

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


#30a9c8 Background Color

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

This div background color is #30a9c8


#30a9c8 Border Color

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

This div border color is #30a9c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a9c8


Comments

No comments written yet.

Please login to write comment.