Color Hex Logo

#309def Color Hex

#309DEF
(48,157,239)
0 Favorites   0 Comments

Color spaces of #309def

RGB 48157239
HSL0.570.860.56
HSV206°80°94°
CMYK 0.800.340.00   0.06
XYZ28.855930.974386.1191
Yxy30.97430.19770.2122
Hunter Lab55.6546-4.8464-52.7863
CIE-Lab62.4859-2.2528-49.6389

#309def color RGB value is (48,157,239).

#309def hex color red value is 48, green value is 157 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #309def hue: 0.57 , saturation: 0.86 and the lightness value of 309def is 0.56.

The process color (four color CMYK) of #309def color hex is 0.80, 0.34, 0.00, 0.06. Web safe color of #309def is #3399ff. Color #309def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11101111
Octal 60 235 357
Decimal 48 157 239
Hex 30 9D EF

RGB Percentages of Color #309def

%10.81
%35.36
%53.83

CMYK Percentages of Color #309def

%80
%34
%0
%6

Triadic Colors of #309def

#309def #ef309d #9def30

Analogous Colors of #309def

#309def #303eef #30efe2

Monochromatic Colors of #309def

#309def

Complementary Color

#309def #ef8230

#309def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309def Color Preview on White Background

Lorem ipsum dolor sit amet.

#309def Color CSS Codes

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

#309def Text Font Color

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

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


#309def Background Color

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

This div background color is #309def


#309def Border Color

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

This div border color is #309def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309def


Comments

No comments written yet.

Please login to write comment.