Color Hex Logo

#308abb Color Hex

#308ABB
(48,138,187)
0 Favorites   0 Comments

Color spaces of #308abb

RGB 48138187
HSL0.560.590.46
HSV201°74°73°
CMYK 0.740.260.00   0.27
XYZ19.277022.393250.3200
Yxy22.39320.20960.2434
Hunter Lab47.3215-10.0983-29.9219
CIE-Lab54.4417-9.8607-33.1775

#308abb color RGB value is (48,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001010 10111011
Octal 60 212 273
Decimal 48 138 187
Hex 30 8A BB

RGB Percentages of Color #308abb

%12.87
%37.00
%50.13

CMYK Percentages of Color #308abb

%74
%26
%0
%27

Triadic Colors of #308abb

#308abb #bb308a #8abb30

Analogous Colors of #308abb

#308abb #3045bb #30bba7

Monochromatic Colors of #308abb

#308abb

Complementary Color

#308abb #bb6130

#308abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#308abb Color CSS Codes

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

#308abb Text Font Color

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

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


#308abb Background Color

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

This div background color is #308abb


#308abb Border Color

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

This div border color is #308abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308abb


Comments

No comments written yet.

Please login to write comment.