Color Hex Logo

#308dba Color Hex

#308DBA
(48,141,186)
0 Favorites   0 Comments

Color spaces of #308dba

RGB 48141186
HSL0.550.590.46
HSV200°74°73°
CMYK 0.740.240.00   0.27
XYZ19.606723.223349.9035
Yxy23.22330.21140.2504
Hunter Lab48.1906-11.7094-27.6641
CIE-Lab55.3016-11.9017-31.2671

#308dba color RGB value is (48,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 10111010
Octal 60 215 272
Decimal 48 141 186
Hex 30 8D BA

RGB Percentages of Color #308dba

%12.80
%37.60
%49.60

CMYK Percentages of Color #308dba

%74
%24
%0
%27

Triadic Colors of #308dba

#308dba #ba308d #8dba30

Analogous Colors of #308dba

#308dba #3048ba #30baa2

Monochromatic Colors of #308dba

#308dba

Complementary Color

#308dba #ba5d30

#308dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dba Color CSS Codes

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

#308dba Text Font Color

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

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


#308dba Background Color

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

This div background color is #308dba


#308dba Border Color

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

This div border color is #308dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dba


Comments

No comments written yet.

Please login to write comment.