Color Hex Logo

#309dce Color Hex

#309DCE
(48,157,206)
0 Favorites   0 Comments

Color spaces of #309dce

RGB 48157206
HSL0.550.620.50
HSV199°77°81°
CMYK 0.770.240.00   0.19
XYZ24.416529.198662.7415
Yxy29.19860.20980.2509
Hunter Lab54.0357-13.9058-31.0173
CIE-Lab60.9565-13.8619-33.7451

#309dce color RGB value is (48,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11001110
Octal 60 235 316
Decimal 48 157 206
Hex 30 9D CE

RGB Percentages of Color #309dce

%11.68
%38.20
%50.12

CMYK Percentages of Color #309dce

%77
%24
%0
%19

Triadic Colors of #309dce

#309dce #ce309d #9dce30

Analogous Colors of #309dce

#309dce #304ece #30ceb0

Monochromatic Colors of #309dce

#309dce

Complementary Color

#309dce #ce6130

#309dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dce Color CSS Codes

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

#309dce Text Font Color

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

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


#309dce Background Color

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

This div background color is #309dce


#309dce Border Color

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

This div border color is #309dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dce


Comments

No comments written yet.

Please login to write comment.