Color Hex Logo

#309dde Color Hex

#309DDE
(48,157,222)
0 Favorites   0 Comments

Color spaces of #309dde

RGB 48157222
HSL0.560.730.53
HSV202°78°87°
CMYK 0.780.290.00   0.13
XYZ26.460730.016273.5063
Yxy30.01620.20360.2309
Hunter Lab54.7870-9.6665-41.1969
CIE-Lab61.6682-8.2959-41.5386

#309dde color RGB value is (48,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11011110
Octal 60 235 336
Decimal 48 157 222
Hex 30 9D DE

RGB Percentages of Color #309dde

%11.24
%36.77
%51.99

CMYK Percentages of Color #309dde

%78
%29
%0
%13

Triadic Colors of #309dde

#309dde #de309d #9dde30

Analogous Colors of #309dde

#309dde #3046de #30dec8

Monochromatic Colors of #309dde

#309dde

Complementary Color

#309dde #de7130

#309dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dde Color CSS Codes

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

#309dde Text Font Color

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

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


#309dde Background Color

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

This div background color is #309dde


#309dde Border Color

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

This div border color is #309dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dde


Comments

No comments written yet.

Please login to write comment.