Color Hex Logo

#308dbd Color Hex

#308DBD
(48,141,189)
0 Favorites   0 Comments

Color spaces of #308dbd

RGB 48141189
HSL0.560.590.46
HSV200°75°74°
CMYK 0.750.250.00   0.26
XYZ19.929123.352351.6012
Yxy23.35230.21000.2461
Hunter Lab48.3242-10.9533-29.4836
CIE-Lab55.4334-10.8592-32.7691

#308dbd color RGB value is (48,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 10111101
Octal 60 215 275
Decimal 48 141 189
Hex 30 8D BD

RGB Percentages of Color #308dbd

%12.70
%37.30
%50.00

CMYK Percentages of Color #308dbd

%75
%25
%0
%26

Triadic Colors of #308dbd

#308dbd #bd308d #8dbd30

Analogous Colors of #308dbd

#308dbd #3047bd #30bda7

Monochromatic Colors of #308dbd

#308dbd

Complementary Color

#308dbd #bd6030

#308dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dbd Color CSS Codes

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

#308dbd Text Font Color

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

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


#308dbd Background Color

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

This div background color is #308dbd


#308dbd Border Color

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

This div border color is #308dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dbd


Comments

No comments written yet.

Please login to write comment.