Color Hex Logo

#308bdc Color Hex

#308BDC
(48,139,220)
0 Favorites   0 Comments

Color spaces of #308bdc

RGB 48139220
HSL0.580.710.53
HSV208°78°86°
CMYK 0.780.370.00   0.14
XYZ23.369824.260971.1613
Yxy24.26090.19670.2042
Hunter Lab49.2554-1.5054-51.1800
CIE-Lab56.34811.3937-48.8253

#308bdc color RGB value is (48,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001011 11011100
Octal 60 213 334
Decimal 48 139 220
Hex 30 8B DC

RGB Percentages of Color #308bdc

%11.79
%34.15
%54.05

CMYK Percentages of Color #308bdc

%78
%37
%0
%14

Triadic Colors of #308bdc

#308bdc #dc308b #8bdc30

Analogous Colors of #308bdc

#308bdc #3035dc #30dcd7

Monochromatic Colors of #308bdc

#308bdc

Complementary Color

#308bdc #dc8130

#308bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#308bdc Color CSS Codes

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

#308bdc Text Font Color

<p style="color:#308bdc">Text here</p>

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


#308bdc Background Color

<div style="background-color:#308bdc">
Div content here</div>

This div background color is #308bdc


#308bdc Border Color

<div style="border:3px solid #308bdc">
Div here</div>

This div border color is #308bdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,139,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 #308bdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308bdc


Comments

No comments written yet.

Please login to write comment.