Color Hex Logo

#309cdf Color Hex

#309CDF
(48,156,223)
0 Favorites   0 Comments

Color spaces of #309cdf

RGB 48156223
HSL0.560.730.53
HSV203°78°87°
CMYK 0.780.300.00   0.13
XYZ26.426729.733074.1583
Yxy29.73300.20280.2282
Hunter Lab54.5280-8.9149-42.4651
CIE-Lab61.4232-7.3796-42.4782

#309cdf color RGB value is (48,156,223).

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

The process color (four color CMYK) of #309cdf color hex is 0.78, 0.30, 0.00, 0.13. Web safe color of #309cdf is #3399cc. Color #309cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011100 11011111
Octal 60 234 337
Decimal 48 156 223
Hex 30 9C DF

RGB Percentages of Color #309cdf

%11.24
%36.53
%52.22

CMYK Percentages of Color #309cdf

%78
%30
%0
%13

Triadic Colors of #309cdf

#309cdf #df309c #9cdf30

Analogous Colors of #309cdf

#309cdf #3044df #30dfcb

Monochromatic Colors of #309cdf

#309cdf

Complementary Color

#309cdf #df7330

#309cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#309cdf Color CSS Codes

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

#309cdf Text Font Color

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

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


#309cdf Background Color

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

This div background color is #309cdf


#309cdf Border Color

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

This div border color is #309cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309cdf


Comments

No comments written yet.

Please login to write comment.