Color Hex Logo

#348ffc Color Hex

#348FFC
(52,143,252)
0 Favorites   0 Comments

Color spaces of #348ffc

RGB 52143252
HSL0.590.970.60
HSV213°79°99°
CMYK 0.790.430.00   0.01
XYZ28.809327.403395.8664
Yxy27.40330.18940.1802
Hunter Lab52.34826.6265-71.9354
CIE-Lab59.345811.1013-61.7832

#348ffc color RGB value is (52,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 11111100
Octal 64 217 374
Decimal 52 143 252
Hex 34 8F FC

RGB Percentages of Color #348ffc

%11.63
%31.99
%56.38

CMYK Percentages of Color #348ffc

%79
%43
%0
%1

Triadic Colors of #348ffc

#348ffc #fc348f #8ffc34

Analogous Colors of #348ffc

#348ffc #3d34fc #34f3fc

Monochromatic Colors of #348ffc

#348ffc

Complementary Color

#348ffc #fca134

#348ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ffc Color CSS Codes

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

#348ffc Text Font Color

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

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


#348ffc Background Color

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

This div background color is #348ffc


#348ffc Border Color

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

This div border color is #348ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,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 #348ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ffc


Comments

No comments written yet.

Please login to write comment.