Color Hex Logo

#309bef Color Hex

#309BEF
(48,155,239)
0 Favorites   0 Comments

Color spaces of #309bef

RGB 48155239
HSL0.570.860.56
HSV206°80°94°
CMYK 0.800.350.00   0.06
XYZ28.520330.303186.0073
Yxy30.30310.19690.2092
Hunter Lab55.0483-3.8542-54.1008
CIE-Lab61.9149-1.0992-50.5434

#309bef color RGB value is (48,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11101111
Octal 60 233 357
Decimal 48 155 239
Hex 30 9B EF

RGB Percentages of Color #309bef

%10.86
%35.07
%54.07

CMYK Percentages of Color #309bef

%80
%35
%0
%6

Triadic Colors of #309bef

#309bef #ef309b #9bef30

Analogous Colors of #309bef

#309bef #303bef #30efe4

Monochromatic Colors of #309bef

#309bef

Complementary Color

#309bef #ef8430

#309bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bef Color CSS Codes

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

#309bef Text Font Color

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

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


#309bef Background Color

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

This div background color is #309bef


#309bef Border Color

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

This div border color is #309bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309bef


Comments

No comments written yet.

Please login to write comment.