Color Hex Logo

#309bae Color Hex

#309BAE
(48,155,174)
0 Favorites   0 Comments

Color spaces of #309bae

RGB 48155174
HSL0.530.570.44
HSV189°72°68°
CMYK 0.720.110.00   0.32
XYZ20.580327.127144.1958
Yxy27.12710.22390.2952
Hunter Lab52.0837-20.6141-13.8522
CIE-Lab59.0918-23.4274-18.6139

#309bae color RGB value is (48,155,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 10101110
Octal 60 233 256
Decimal 48 155 174
Hex 30 9B AE

RGB Percentages of Color #309bae

%12.73
%41.11
%46.15

CMYK Percentages of Color #309bae

%72
%11
%0
%32

Triadic Colors of #309bae

#309bae #ae309b #9bae30

Analogous Colors of #309bae

#309bae #305cae #30ae82

Monochromatic Colors of #309bae

#309bae

Complementary Color

#309bae #ae4330

#309bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bae Color CSS Codes

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

#309bae Text Font Color

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

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


#309bae Background Color

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

This div background color is #309bae


#309bae Border Color

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

This div border color is #309bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309bae


Comments

No comments written yet.

Please login to write comment.