Color Hex Logo

#309ea6 Color Hex

#309EA6
(48,158,166)
0 Favorites   0 Comments

Color spaces of #309ea6

RGB 48158166
HSL0.510.550.42
HSV184°71°65°
CMYK 0.710.050.00   0.35
XYZ20.328727.835340.3777
Yxy27.83530.22960.3144
Hunter Lab52.7592-23.5505-8.4445
CIE-Lab59.7396-27.4485-13.1035

#309ea6 color RGB value is (48,158,166).

#309ea6 hex color red value is 48, green value is 158 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #309ea6 hue: 0.51 , saturation: 0.55 and the lightness value of 309ea6 is 0.42.

The process color (four color CMYK) of #309ea6 color hex is 0.71, 0.05, 0.00, 0.35. Web safe color of #309ea6 is #339999. Color #309ea6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 10100110
Octal 60 236 246
Decimal 48 158 166
Hex 30 9E A6

RGB Percentages of Color #309ea6

%12.90
%42.47
%44.62

CMYK Percentages of Color #309ea6

%71
%5
%0
%35

Triadic Colors of #309ea6

#309ea6 #a6309e #9ea630

Analogous Colors of #309ea6

#309ea6 #3063a6 #30a673

Monochromatic Colors of #309ea6

#309ea6

Complementary Color

#309ea6 #a63830

#309ea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ea6 Color CSS Codes

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

#309ea6 Text Font Color

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

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


#309ea6 Background Color

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

This div background color is #309ea6


#309ea6 Border Color

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

This div border color is #309ea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ea6


Comments

No comments written yet.

Please login to write comment.