Color Hex Logo

#348cfb Color Hex

#348CFB
(52,140,251)
0 Favorites   0 Comments

Color spaces of #348cfb

RGB 52140251
HSL0.590.960.59
HSV213°79°98°
CMYK 0.790.440.00   0.02
XYZ28.206826.451394.8857
Yxy26.45130.18860.1769
Hunter Lab51.43087.8929-73.3837
CIE-Lab58.463012.5486-62.6494

#348cfb color RGB value is (52,140,251).

#348cfb hex color red value is 52, green value is 140 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #348cfb hue: 0.59 , saturation: 0.96 and the lightness value of 348cfb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 11111011
Octal 64 214 373
Decimal 52 140 251
Hex 34 8C FB

RGB Percentages of Color #348cfb

%11.74
%31.60
%56.66

CMYK Percentages of Color #348cfb

%79
%44
%0
%2

Triadic Colors of #348cfb

#348cfb #fb348c #8cfb34

Analogous Colors of #348cfb

#348cfb #4034fb #34f0fb

Monochromatic Colors of #348cfb

#348cfb

Complementary Color

#348cfb #fba334

#348cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348cfb Color CSS Codes

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

#348cfb Text Font Color

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

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


#348cfb Background Color

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

This div background color is #348cfb


#348cfb Border Color

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

This div border color is #348cfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,140,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348cfb


Comments

No comments written yet.

Please login to write comment.