Color Hex Logo

#348ffe Color Hex

#348FFE
(52,143,254)
0 Favorites   0 Comments

Color spaces of #348ffe

RGB 52143254
HSL0.590.990.60
HSV213°80°100°
CMYK 0.800.440.00   0.00
XYZ29.128027.530797.5447
Yxy27.53070.18890.1785
Hunter Lab52.46977.2704-73.4953
CIE-Lab59.462411.8327-62.6943

#348ffe color RGB value is (52,143,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 11111110
Octal 64 217 376
Decimal 52 143 254
Hex 34 8F FE

RGB Percentages of Color #348ffe

%11.58
%31.85
%56.57

CMYK Percentages of Color #348ffe

%80
%44
%0
%0

Triadic Colors of #348ffe

#348ffe #fe348f #8ffe34

Analogous Colors of #348ffe

#348ffe #3e34fe #34f4fe

Monochromatic Colors of #348ffe

#348ffe

Complementary Color

#348ffe #fea334

#348ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ffe Color CSS Codes

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

#348ffe Text Font Color

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

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


#348ffe Background Color

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

This div background color is #348ffe


#348ffe Border Color

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

This div border color is #348ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.