Color Hex Logo

#309cec Color Hex

#309CEC
(48,156,236)
0 Favorites   0 Comments

Color spaces of #309cec

RGB 48156236
HSL0.570.830.56
HSV206°80°93°
CMYK 0.800.340.00   0.07
XYZ28.247730.461483.7477
Yxy30.46140.19830.2138
Hunter Lab55.1918-5.2278-51.3319
CIE-Lab62.0503-2.7529-48.6764

#309cec color RGB value is (48,156,236).

#309cec hex color red value is 48, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #309cec hue: 0.57 , saturation: 0.83 and the lightness value of 309cec is 0.56.

The process color (four color CMYK) of #309cec color hex is 0.80, 0.34, 0.00, 0.07. Web safe color of #309cec is #3399ff. Color #309cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 11101100
Octal 60 234 354
Decimal 48 156 236
Hex 30 9C EC

RGB Percentages of Color #309cec

%10.91
%35.45
%53.64

CMYK Percentages of Color #309cec

%80
%34
%0
%7

Triadic Colors of #309cec

#309cec #ec309c #9cec30

Analogous Colors of #309cec

#309cec #303eec #30ecde

Monochromatic Colors of #309cec

#309cec

Complementary Color

#309cec #ec8030

#309cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#309cec Color CSS Codes

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

#309cec Text Font Color

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

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


#309cec Background Color

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

This div background color is #309cec


#309cec Border Color

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

This div border color is #309cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309cec


Comments

No comments written yet.

Please login to write comment.