Color Hex Logo

#309acf Color Hex

#309ACF
(48,154,207)
0 Favorites   0 Comments

Color spaces of #309acf

RGB 48154207
HSL0.560.620.50
HSV200°77°81°
CMYK 0.770.260.00   0.19
XYZ24.037028.244663.2163
Yxy28.24460.20810.2445
Hunter Lab53.1456-12.2719-33.3230
CIE-Lab60.1091-11.8646-35.6249

#309acf color RGB value is (48,154,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11001111
Octal 60 232 317
Decimal 48 154 207
Hex 30 9A CF

RGB Percentages of Color #309acf

%11.74
%37.65
%50.61

CMYK Percentages of Color #309acf

%77
%26
%0
%19

Triadic Colors of #309acf

#309acf #cf309a #9acf30

Analogous Colors of #309acf

#309acf #304bcf #30cfb5

Monochromatic Colors of #309acf

#309acf

Complementary Color

#309acf #cf6530

#309acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309acf Color CSS Codes

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

#309acf Text Font Color

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

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


#309acf Background Color

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

This div background color is #309acf


#309acf Border Color

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

This div border color is #309acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309acf


Comments

No comments written yet.

Please login to write comment.