Color Hex Logo

#309bce Color Hex

#309BCE
(48,155,206)
0 Favorites   0 Comments

Color spaces of #309bce

RGB 48155206
HSL0.550.620.50
HSV199°77°81°
CMYK 0.770.250.00   0.19
XYZ24.080828.527362.6296
Yxy28.52730.20900.2476
Hunter Lab53.4110-12.9909-32.1357
CIE-Lab60.3622-12.7635-34.6708

#309bce color RGB value is (48,155,206).

#309bce hex color red value is 48, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #309bce hue: 0.55 , saturation: 0.62 and the lightness value of 309bce is 0.50.

The process color (four color CMYK) of #309bce color hex is 0.77, 0.25, 0.00, 0.19. Web safe color of #309bce is #3399cc. Color #309bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11001110
Octal 60 233 316
Decimal 48 155 206
Hex 30 9B CE

RGB Percentages of Color #309bce

%11.74
%37.90
%50.37

CMYK Percentages of Color #309bce

%77
%25
%0
%19

Triadic Colors of #309bce

#309bce #ce309b #9bce30

Analogous Colors of #309bce

#309bce #304cce #30ceb2

Monochromatic Colors of #309bce

#309bce

Complementary Color

#309bce #ce6330

#309bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bce Color CSS Codes

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

#309bce Text Font Color

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

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


#309bce Background Color

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

This div background color is #309bce


#309bce Border Color

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

This div border color is #309bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309bce


Comments

No comments written yet.

Please login to write comment.