Color Hex Logo

#30a3dd Color Hex

#30A3DD
(48,163,221)
0 Favorites   0 Comments

Color spaces of #30a3dd

RGB 48163221
HSL0.560.720.53
HSV200°78°87°
CMYK 0.780.260.00   0.13
XYZ27.367332.043273.1492
Yxy32.04320.20650.2417
Hunter Lab56.6067-12.7634-36.9919
CIE-Lab63.3786-11.9814-38.3051

#30a3dd color RGB value is (48,163,221).

#30a3dd hex color red value is 48, green value is 163 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #30a3dd hue: 0.56 , saturation: 0.72 and the lightness value of 30a3dd is 0.53.

The process color (four color CMYK) of #30a3dd color hex is 0.78, 0.26, 0.00, 0.13. Web safe color of #30a3dd is #3399cc. Color #30a3dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10100011 11011101
Octal 60 243 335
Decimal 48 163 221
Hex 30 A3 DD

RGB Percentages of Color #30a3dd

%11.11
%37.73
%51.16

CMYK Percentages of Color #30a3dd

%78
%26
%0
%13

Triadic Colors of #30a3dd

#30a3dd #dd30a3 #a3dd30

Analogous Colors of #30a3dd

#30a3dd #304cdd #30ddc1

Monochromatic Colors of #30a3dd

#30a3dd

Complementary Color

#30a3dd #dd6a30

#30a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#30a3dd Color CSS Codes

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

#30a3dd Text Font Color

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

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


#30a3dd Background Color

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

This div background color is #30a3dd


#30a3dd Border Color

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

This div border color is #30a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30a3dd


Comments

No comments written yet.

Please login to write comment.