Color Hex Logo

#308dad Color Hex

#308DAD
(48,141,173)
0 Favorites   0 Comments

Color spaces of #308dad

RGB 48141173
HSL0.540.570.43
HSV195°72°68°
CMYK 0.720.180.00   0.32
XYZ18.286622.695342.9520
Yxy22.69530.21790.2704
Hunter Lab47.6396-14.8515-20.1083
CIE-Lab54.7571-16.3397-24.6851

#308dad color RGB value is (48,141,173).

#308dad hex color red value is 48, green value is 141 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #308dad hue: 0.54 , saturation: 0.57 and the lightness value of 308dad is 0.43.

The process color (four color CMYK) of #308dad color hex is 0.72, 0.18, 0.00, 0.32. Web safe color of #308dad is #339999. Color #308dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 10101101
Octal 60 215 255
Decimal 48 141 173
Hex 30 8D AD

RGB Percentages of Color #308dad

%13.26
%38.95
%47.79

CMYK Percentages of Color #308dad

%72
%18
%0
%32

Triadic Colors of #308dad

#308dad #ad308d #8dad30

Analogous Colors of #308dad

#308dad #304fad #30ad8f

Monochromatic Colors of #308dad

#308dad

Complementary Color

#308dad #ad5030

#308dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#308dad Color CSS Codes

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

#308dad Text Font Color

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

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


#308dad Background Color

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

This div background color is #308dad


#308dad Border Color

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

This div border color is #308dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308dad


Comments

No comments written yet.

Please login to write comment.