Color Hex Logo

#309add Color Hex

#309ADD
(48,154,221)
0 Favorites   0 Comments

Color spaces of #309add

RGB 48154221
HSL0.560.720.53
HSV203°78°87°
CMYK 0.780.300.00   0.13
XYZ25.825728.960072.6353
Yxy28.96000.20270.2273
Hunter Lab53.8145-8.5128-42.3556
CIE-Lab60.7463-6.9551-42.4323

#309add color RGB value is (48,154,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11011101
Octal 60 232 335
Decimal 48 154 221
Hex 30 9A DD

RGB Percentages of Color #309add

%11.35
%36.41
%52.25

CMYK Percentages of Color #309add

%78
%30
%0
%13

Triadic Colors of #309add

#309add #dd309a #9add30

Analogous Colors of #309add

#309add #3044dd #30ddca

Monochromatic Colors of #309add

#309add

Complementary Color

#309add #dd7330

#309add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309add Color Preview on White Background

Lorem ipsum dolor sit amet.

#309add Color CSS Codes

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

#309add Text Font Color

<p style="color:#309add">Text here</p>

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


#309add Background Color

<div style="background-color:#309add">
Div content here</div>

This div background color is #309add


#309add Border Color

<div style="border:3px solid #309add">
Div here</div>

This div border color is #309add


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,154,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 #309add">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309add


Comments

No comments written yet.

Please login to write comment.