Color Hex Logo

#348ceb Color Hex

#348CEB
(52,140,235)
0 Favorites   0 Comments

Color spaces of #348ceb

RGB 52140235
HSL0.590.820.56
HSV211°78°92°
CMYK 0.780.400.00   0.08
XYZ25.789725.484482.1570
Yxy25.48440.19330.1910
Hunter Lab50.48212.8464-61.1540
CIE-Lab57.54446.6958-55.2776

#348ceb color RGB value is (52,140,235).

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

The process color (four color CMYK) of #348ceb color hex is 0.78, 0.40, 0.00, 0.08. Web safe color of #348ceb is #3399ff. Color #348ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 11101011
Octal 64 214 353
Decimal 52 140 235
Hex 34 8C EB

RGB Percentages of Color #348ceb

%12.18
%32.79
%55.04

CMYK Percentages of Color #348ceb

%78
%40
%0
%8

Triadic Colors of #348ceb

#348ceb #eb348c #8ceb34

Analogous Colors of #348ceb

#348ceb #3834eb #34e8eb

Monochromatic Colors of #348ceb

#348ceb

Complementary Color

#348ceb #eb9334

#348ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348ceb Color CSS Codes

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

#348ceb Text Font Color

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

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


#348ceb Background Color

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

This div background color is #348ceb


#348ceb Border Color

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

This div border color is #348ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348ceb

#348ceb Color Palettes


Comments

No comments written yet.

Please login to write comment.