Color Hex Logo

#308fbd Color Hex

#308FBD
(48,143,189)
0 Favorites   0 Comments

Color spaces of #308fbd

RGB 48143189
HSL0.550.590.46
HSV200°75°74°
CMYK 0.750.240.00   0.26
XYZ20.226723.947451.7004
Yxy23.94740.21100.2498
Hunter Lab48.9361-11.8589-28.3839
CIE-Lab56.0351-11.9815-31.8315

#308fbd color RGB value is (48,143,189).

#308fbd hex color red value is 48, green value is 143 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #308fbd hue: 0.55 , saturation: 0.59 and the lightness value of 308fbd is 0.46.

The process color (four color CMYK) of #308fbd color hex is 0.75, 0.24, 0.00, 0.26. Web safe color of #308fbd is #3399cc. Color #308fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 10111101
Octal 60 217 275
Decimal 48 143 189
Hex 30 8F BD

RGB Percentages of Color #308fbd

%12.63
%37.63
%49.74

CMYK Percentages of Color #308fbd

%75
%24
%0
%26

Triadic Colors of #308fbd

#308fbd #bd308f #8fbd30

Analogous Colors of #308fbd

#308fbd #3049bd #30bda5

Monochromatic Colors of #308fbd

#308fbd

Complementary Color

#308fbd #bd5e30

#308fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fbd Color CSS Codes

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

#308fbd Text Font Color

<p style="color:#308fbd">Text here</p>

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


#308fbd Background Color

<div style="background-color:#308fbd">
Div content here</div>

This div background color is #308fbd


#308fbd Border Color

<div style="border:3px solid #308fbd">
Div here</div>

This div border color is #308fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,143,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #308fbd;
  box-shadow:         1px 1px 3px 2px #308fbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fbd


Comments

No comments written yet.

Please login to write comment.