Color Hex Logo

#308cdc Color Hex

#308CDC
(48,140,220)
0 Favorites   0 Comments

Color spaces of #308cdc

RGB 48140220
HSL0.580.710.53
HSV208°78°86°
CMYK 0.780.360.00   0.14
XYZ23.515324.551971.2097
Yxy24.55190.19710.2058
Hunter Lab49.5499-2.0000-50.5226
CIE-Lab56.63620.8005-48.3679

#308cdc color RGB value is (48,140,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001100 11011100
Octal 60 214 334
Decimal 48 140 220
Hex 30 8C DC

RGB Percentages of Color #308cdc

%11.76
%34.31
%53.92

CMYK Percentages of Color #308cdc

%78
%36
%0
%14

Triadic Colors of #308cdc

#308cdc #dc308c #8cdc30

Analogous Colors of #308cdc

#308cdc #3036dc #30dcd6

Monochromatic Colors of #308cdc

#308cdc

Complementary Color

#308cdc #dc8030

#308cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#308cdc Color CSS Codes

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

#308cdc Text Font Color

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

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


#308cdc Background Color

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

This div background color is #308cdc


#308cdc Border Color

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

This div border color is #308cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308cdc


Comments

No comments written yet.

Please login to write comment.