Color Hex Logo

#308ffc Color Hex

#308FFC
(48,143,252)
0 Favorites   0 Comments

Color spaces of #308ffc

RGB 48143252
HSL0.590.970.59
HSV212°81°99°
CMYK 0.810.430.00   0.01
XYZ28.612127.301695.8572
Yxy27.30160.18850.1799
Hunter Lab52.25096.3057-72.1951
CIE-Lab59.252510.7355-61.9380

#308ffc color RGB value is (48,143,252).

#308ffc hex color red value is 48, green value is 143 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #308ffc hue: 0.59 , saturation: 0.97 and the lightness value of 308ffc is 0.59.

The process color (four color CMYK) of #308ffc color hex is 0.81, 0.43, 0.00, 0.01. Web safe color of #308ffc is #3399ff. Color #308ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10001111 11111100
Octal 60 217 374
Decimal 48 143 252
Hex 30 8F FC

RGB Percentages of Color #308ffc

%10.84
%32.28
%56.88

CMYK Percentages of Color #308ffc

%81
%43
%0
%1

Triadic Colors of #308ffc

#308ffc #fc308f #8ffc30

Analogous Colors of #308ffc

#308ffc #3730fc #30f5fc

Monochromatic Colors of #308ffc

#308ffc

Complementary Color

#308ffc #fc9d30

#308ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#308ffc Color CSS Codes

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

#308ffc Text Font Color

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

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


#308ffc Background Color

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

This div background color is #308ffc


#308ffc Border Color

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

This div border color is #308ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.