Color Hex Logo

#309ddc Color Hex

#309DDC
(48,157,220)
0 Favorites   0 Comments

Color spaces of #309ddc

RGB 48157220
HSL0.560.710.53
HSV202°78°86°
CMYK 0.780.290.00   0.14
XYZ26.194229.909672.1027
Yxy29.90960.20430.2333
Hunter Lab54.6897-10.2124-39.8850
CIE-Lab61.5761-8.9989-40.5734

#309ddc color RGB value is (48,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11011100
Octal 60 235 334
Decimal 48 157 220
Hex 30 9D DC

RGB Percentages of Color #309ddc

%11.29
%36.94
%51.76

CMYK Percentages of Color #309ddc

%78
%29
%0
%14

Triadic Colors of #309ddc

#309ddc #dc309d #9ddc30

Analogous Colors of #309ddc

#309ddc #3047dc #30dcc5

Monochromatic Colors of #309ddc

#309ddc

Complementary Color

#309ddc #dc6f30

#309ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309ddc Color CSS Codes

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

#309ddc Text Font Color

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

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


#309ddc Background Color

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

This div background color is #309ddc


#309ddc Border Color

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

This div border color is #309ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309ddc


Comments

No comments written yet.

Please login to write comment.