Color Hex Logo

#308daf Color Hex

#308DAF
(48,141,175)
0 Favorites   0 Comments

Color spaces of #308daf

RGB 48141175
HSL0.540.570.44
HSV196°73°69°
CMYK 0.730.190.00   0.31
XYZ18.481722.773343.9790
Yxy22.77330.21680.2672
Hunter Lab47.7214-14.3823-21.2354
CIE-Lab54.8381-15.6658-25.7053

#308daf color RGB value is (48,141,175).

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

The process color (four color CMYK) of #308daf color hex is 0.73, 0.19, 0.00, 0.31. Web safe color of #308daf is #339999. Color #308daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001101 10101111
Octal 60 215 257
Decimal 48 141 175
Hex 30 8D AF

RGB Percentages of Color #308daf

%13.19
%38.74
%48.08

CMYK Percentages of Color #308daf

%73
%19
%0
%31

Triadic Colors of #308daf

#308daf #af308d #8daf30

Analogous Colors of #308daf

#308daf #304eaf #30af92

Monochromatic Colors of #308daf

#308daf

Complementary Color

#308daf #af5230

#308daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#308daf Color CSS Codes

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

#308daf Text Font Color

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

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


#308daf Background Color

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

This div background color is #308daf


#308daf Border Color

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

This div border color is #308daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308daf


Comments

No comments written yet.

Please login to write comment.