Color Hex Logo

#309caf Color Hex

#309CAF
(48,156,175)
0 Favorites   0 Comments

Color spaces of #309caf

RGB 48156175
HSL0.520.570.44
HSV189°73°69°
CMYK 0.730.110.00   0.31
XYZ20.845327.500544.7669
Yxy27.50050.22390.2953
Hunter Lab52.4409-20.8177-13.9051
CIE-Lab59.4348-23.6226-18.6576

#309caf color RGB value is (48,156,175).

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

The process color (four color CMYK) of #309caf color hex is 0.73, 0.11, 0.00, 0.31. Web safe color of #309caf is #339999. Color #309caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 10101111
Octal 60 234 257
Decimal 48 156 175
Hex 30 9C AF

RGB Percentages of Color #309caf

%12.66
%41.16
%46.17

CMYK Percentages of Color #309caf

%73
%11
%0
%31

Triadic Colors of #309caf

#309caf #af309c #9caf30

Analogous Colors of #309caf

#309caf #305daf #30af83

Monochromatic Colors of #309caf

#309caf

Complementary Color

#309caf #af4330

#309caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309caf Color CSS Codes

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

#309caf Text Font Color

<p style="color:#309caf">Text here</p>

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


#309caf Background Color

<div style="background-color:#309caf">
Div content here</div>

This div background color is #309caf


#309caf Border Color

<div style="border:3px solid #309caf">
Div here</div>

This div border color is #309caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309caf


Comments

No comments written yet.

Please login to write comment.