Color Hex Logo

#309ecb Color Hex

#309ECB
(48,158,203)
0 Favorites   0 Comments

Color spaces of #309ecb

RGB 48158203
HSL0.550.620.49
HSV197°76°80°
CMYK 0.760.220.00   0.20
XYZ24.225329.393960.8967
Yxy29.39390.21150.2567
Hunter Lab54.2161-15.1194-28.6445
CIE-Lab61.1277-15.4317-31.8025

#309ecb color RGB value is (48,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 11001011
Octal 60 236 313
Decimal 48 158 203
Hex 30 9E CB

RGB Percentages of Color #309ecb

%11.74
%38.63
%49.63

CMYK Percentages of Color #309ecb

%76
%22
%0
%20

Triadic Colors of #309ecb

#309ecb #cb309e #9ecb30

Analogous Colors of #309ecb

#309ecb #3051cb #30cbab

Monochromatic Colors of #309ecb

#309ecb

Complementary Color

#309ecb #cb5d30

#309ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ecb Color CSS Codes

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

#309ecb Text Font Color

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

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


#309ecb Background Color

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

This div background color is #309ecb


#309ecb Border Color

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

This div border color is #309ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ecb


Comments

No comments written yet.

Please login to write comment.