Color Hex Logo

#309beb Color Hex

#309BEB
(48,155,235)
0 Favorites   0 Comments

Color spaces of #309beb

RGB 48155235
HSL0.570.820.55
HSV206°80°92°
CMYK 0.800.340.00   0.08
XYZ27.935730.069282.9288
Yxy30.06920.19820.2134
Hunter Lab54.8354-5.0257-51.2808
CIE-Lab61.7139-2.5358-48.6572

#309beb color RGB value is (48,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11101011
Octal 60 233 353
Decimal 48 155 235
Hex 30 9B EB

RGB Percentages of Color #309beb

%10.96
%35.39
%53.65

CMYK Percentages of Color #309beb

%80
%34
%0
%8

Triadic Colors of #309beb

#309beb #eb309b #9beb30

Analogous Colors of #309beb

#309beb #303eeb #30ebde

Monochromatic Colors of #309beb

#309beb

Complementary Color

#309beb #eb8030

#309beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309beb Color CSS Codes

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

#309beb Text Font Color

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

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


#309beb Background Color

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

This div background color is #309beb


#309beb Border Color

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

This div border color is #309beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309beb

#309beb Color Palettes


Comments

No comments written yet.

Please login to write comment.