Color Hex Logo

#309adf Color Hex

#309ADF
(48,154,223)
0 Favorites   0 Comments

Color spaces of #309adf

RGB 48154223
HSL0.570.730.53
HSV204°78°87°
CMYK 0.780.310.00   0.13
XYZ26.093829.067374.0473
Yxy29.06730.20200.2250
Hunter Lab53.9141-7.9577-43.6909
CIE-Lab60.8410-6.2463-43.3942

#309adf color RGB value is (48,154,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11011111
Octal 60 232 337
Decimal 48 154 223
Hex 30 9A DF

RGB Percentages of Color #309adf

%11.29
%36.24
%52.47

CMYK Percentages of Color #309adf

%78
%31
%0
%13

Triadic Colors of #309adf

#309adf #df309a #9adf30

Analogous Colors of #309adf

#309adf #3042df #30dfcd

Monochromatic Colors of #309adf

#309adf

Complementary Color

#309adf #df7530

#309adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309adf Color CSS Codes

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

#309adf Text Font Color

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

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


#309adf Background Color

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

This div background color is #309adf


#309adf Border Color

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

This div border color is #309adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309adf


Comments

No comments written yet.

Please login to write comment.