Color Hex Logo

#309ccf Color Hex

#309CCF
(48,156,207)
0 Favorites   0 Comments

Color spaces of #309ccf

RGB 48156207
HSL0.550.620.50
HSV199°77°81°
CMYK 0.770.250.00   0.19
XYZ24.369928.910363.3273
Yxy28.91030.20900.2479
Hunter Lab53.7683-13.1913-32.1928
CIE-Lab60.7024-12.9689-34.6996

#309ccf color RGB value is (48,156,207).

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

The process color (four color CMYK) of #309ccf color hex is 0.77, 0.25, 0.00, 0.19. Web safe color of #309ccf is #3399cc. Color #309ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 11001111
Octal 60 234 317
Decimal 48 156 207
Hex 30 9C CF

RGB Percentages of Color #309ccf

%11.68
%37.96
%50.36

CMYK Percentages of Color #309ccf

%77
%25
%0
%19

Triadic Colors of #309ccf

#309ccf #cf309c #9ccf30

Analogous Colors of #309ccf

#309ccf #304dcf #30cfb3

Monochromatic Colors of #309ccf

#309ccf

Complementary Color

#309ccf #cf6330

#309ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ccf Color CSS Codes

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

#309ccf Text Font Color

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

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


#309ccf Background Color

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

This div background color is #309ccf


#309ccf Border Color

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

This div border color is #309ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ccf


Comments

No comments written yet.

Please login to write comment.