Color Hex Logo

#309dcf Color Hex

#309DCF
(48,157,207)
0 Favorites   0 Comments

Color spaces of #309dcf

RGB 48157207
HSL0.550.620.50
HSV199°77°81°
CMYK 0.770.240.00   0.19
XYZ24.538429.247363.3835
Yxy29.24730.20940.2496
Hunter Lab54.0808-13.6495-31.6323
CIE-Lab60.9993-13.5181-34.2371

#309dcf color RGB value is (48,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11001111
Octal 60 235 317
Decimal 48 157 207
Hex 30 9D CF

RGB Percentages of Color #309dcf

%11.65
%38.11
%50.24

CMYK Percentages of Color #309dcf

%77
%24
%0
%19

Triadic Colors of #309dcf

#309dcf #cf309d #9dcf30

Analogous Colors of #309dcf

#309dcf #304ecf #30cfb2

Monochromatic Colors of #309dcf

#309dcf

Complementary Color

#309dcf #cf6230

#309dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dcf Color CSS Codes

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

#309dcf Text Font Color

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

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


#309dcf Background Color

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

This div background color is #309dcf


#309dcf Border Color

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

This div border color is #309dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dcf


Comments

No comments written yet.

Please login to write comment.