Color Hex Logo

#309aae Color Hex

#309AAE
(48,154,174)
0 Favorites   0 Comments

Color spaces of #309aae

RGB 48154174
HSL0.530.570.44
HSV190°72°68°
CMYK 0.720.110.00   0.32
XYZ20.414526.795644.1405
Yxy26.79560.22350.2933
Hunter Lab51.7645-20.1923-14.3225
CIE-Lab58.7847-22.9120-19.0816

#309aae color RGB value is (48,154,174).

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

The process color (four color CMYK) of #309aae color hex is 0.72, 0.11, 0.00, 0.32. Web safe color of #309aae is #339999. Color #309aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 10101110
Octal 60 232 256
Decimal 48 154 174
Hex 30 9A AE

RGB Percentages of Color #309aae

%12.77
%40.96
%46.28

CMYK Percentages of Color #309aae

%72
%11
%0
%32

Triadic Colors of #309aae

#309aae #ae309a #9aae30

Analogous Colors of #309aae

#309aae #305bae #30ae83

Monochromatic Colors of #309aae

#309aae

Complementary Color

#309aae #ae4430

#309aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#309aae Color CSS Codes

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

#309aae Text Font Color

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

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


#309aae Background Color

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

This div background color is #309aae


#309aae Border Color

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

This div border color is #309aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309aae


Comments

No comments written yet.

Please login to write comment.