Color Hex Logo

#348ffb Color Hex

#348FFB
(52,143,251)
0 Favorites   0 Comments

Color spaces of #348ffb

RGB 52143251
HSL0.590.960.59
HSV213°79°98°
CMYK 0.790.430.00   0.02
XYZ28.651227.340095.0339
Yxy27.34000.18970.1810
Hunter Lab52.28776.3063-71.1594
CIE-Lab59.287710.7360-61.3268

#348ffb color RGB value is (52,143,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 11111011
Octal 64 217 373
Decimal 52 143 251
Hex 34 8F FB

RGB Percentages of Color #348ffb

%11.66
%32.06
%56.28

CMYK Percentages of Color #348ffb

%79
%43
%0
%2

Triadic Colors of #348ffb

#348ffb #fb348f #8ffb34

Analogous Colors of #348ffb

#348ffb #3d34fb #34f3fb

Monochromatic Colors of #348ffb

#348ffb

Complementary Color

#348ffb #fba034

#348ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ffb Color CSS Codes

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

#348ffb Text Font Color

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

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


#348ffb Background Color

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

This div background color is #348ffb


#348ffb Border Color

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

This div border color is #348ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ffb


Comments

No comments written yet.

Please login to write comment.