Color Hex Logo

#309ebc Color Hex

#309EBC
(48,158,188)
0 Favorites   0 Comments

Color spaces of #309ebc

RGB 48158188
HSL0.540.590.46
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.522928.712951.9320
Yxy28.71290.21830.2783
Hunter Lab53.5844-18.7446-19.9525
CIE-Lab60.5274-20.4512-24.3188

#309ebc color RGB value is (48,158,188).

#309ebc hex color red value is 48, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #309ebc hue: 0.54 , saturation: 0.59 and the lightness value of 309ebc is 0.46.

The process color (four color CMYK) of #309ebc color hex is 0.74, 0.16, 0.00, 0.26. Web safe color of #309ebc is #3399cc. Color #309ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 10111100
Octal 60 236 274
Decimal 48 158 188
Hex 30 9E BC

RGB Percentages of Color #309ebc

%12.18
%40.10
%47.72

CMYK Percentages of Color #309ebc

%74
%16
%0
%26

Triadic Colors of #309ebc

#309ebc #bc309e #9ebc30

Analogous Colors of #309ebc

#309ebc #3058bc #30bc94

Monochromatic Colors of #309ebc

#309ebc

Complementary Color

#309ebc #bc4e30

#309ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ebc Color CSS Codes

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

#309ebc Text Font Color

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

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


#309ebc Background Color

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

This div background color is #309ebc


#309ebc Border Color

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

This div border color is #309ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ebc


Comments

No comments written yet.

Please login to write comment.