Color Hex Logo

#308fba Color Hex

#308FBA
(48,143,186)
0 Favorites   0 Comments

Color spaces of #308fba

RGB 48143186
HSL0.550.590.46
HSV199°74°73°
CMYK 0.740.230.00   0.27
XYZ19.904323.818550.0027
Yxy23.81850.21240.2541
Hunter Lab48.8042-12.6079-26.5831
CIE-Lab55.9056-13.0180-30.3278

#308fba color RGB value is (48,143,186).

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

The process color (four color CMYK) of #308fba color hex is 0.74, 0.23, 0.00, 0.27. Web safe color of #308fba is #3399cc. Color #308fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 10111010
Octal 60 217 272
Decimal 48 143 186
Hex 30 8F BA

RGB Percentages of Color #308fba

%12.73
%37.93
%49.34

CMYK Percentages of Color #308fba

%74
%23
%0
%27

Triadic Colors of #308fba

#308fba #ba308f #8fba30

Analogous Colors of #308fba

#308fba #304aba #30baa0

Monochromatic Colors of #308fba

#308fba

Complementary Color

#308fba #ba5b30

#308fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#308fba Color CSS Codes

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

#308fba Text Font Color

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

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


#308fba Background Color

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

This div background color is #308fba


#308fba Border Color

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

This div border color is #308fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308fba


Comments

No comments written yet.

Please login to write comment.