Color Hex Logo

#309ecc Color Hex

#309ECC
(48,158,204)
0 Favorites   0 Comments

Color spaces of #309ecc

RGB 48158204
HSL0.550.620.49
HSV198°76°80°
CMYK 0.760.230.00   0.20
XYZ24.344929.441761.5265
Yxy29.44170.21110.2553
Hunter Lab54.2602-14.8679-29.2477
CIE-Lab61.1695-15.0909-32.2966

#309ecc color RGB value is (48,158,204).

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

The process color (four color CMYK) of #309ecc color hex is 0.76, 0.23, 0.00, 0.20. Web safe color of #309ecc is #3399cc. Color #309ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 11001100
Octal 60 236 314
Decimal 48 158 204
Hex 30 9E CC

RGB Percentages of Color #309ecc

%11.71
%38.54
%49.76

CMYK Percentages of Color #309ecc

%76
%23
%0
%20

Triadic Colors of #309ecc

#309ecc #cc309e #9ecc30

Analogous Colors of #309ecc

#309ecc #3050cc #30ccac

Monochromatic Colors of #309ecc

#309ecc

Complementary Color

#309ecc #cc5e30

#309ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ecc Color CSS Codes

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

#309ecc Text Font Color

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

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


#309ecc Background Color

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

This div background color is #309ecc


#309ecc Border Color

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

This div border color is #309ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ecc


Comments

No comments written yet.

Please login to write comment.