Color Hex Logo

#309fdf Color Hex

#309FDF
(48,159,223)
0 Favorites   0 Comments

Color spaces of #309fdf

RGB 48159223
HSL0.560.730.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.936330.752474.3281
Yxy30.75240.20400.2329
Hunter Lab55.4548-10.3425-40.6501
CIE-Lab62.2981-9.0664-41.1040

#309fdf color RGB value is (48,159,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 11011111
Octal 60 237 337
Decimal 48 159 223
Hex 30 9F DF

RGB Percentages of Color #309fdf

%11.16
%36.98
%51.86

CMYK Percentages of Color #309fdf

%78
%29
%0
%13

Triadic Colors of #309fdf

#309fdf #df309f #9fdf30

Analogous Colors of #309fdf

#309fdf #3047df #30dfc8

Monochromatic Colors of #309fdf

#309fdf

Complementary Color

#309fdf #df7030

#309fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309fdf Color CSS Codes

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

#309fdf Text Font Color

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

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


#309fdf Background Color

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

This div background color is #309fdf


#309fdf Border Color

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

This div border color is #309fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309fdf


Comments

No comments written yet.

Please login to write comment.