Color Hex Logo

#348bce Color Hex

#348BCE
(52,139,206)
0 Favorites   0 Comments

Color spaces of #348bce

RGB 52139206
HSL0.570.610.51
HSV206°75°81°
CMYK 0.750.330.00   0.19
XYZ21.789423.651561.8093
Yxy23.65150.20320.2205
Hunter Lab48.6328-5.1324-41.3110
CIE-Lab55.7372-3.1996-41.9156

#348bce color RGB value is (52,139,206).

#348bce hex color red value is 52, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #348bce hue: 0.57 , saturation: 0.61 and the lightness value of 348bce is 0.51.

The process color (four color CMYK) of #348bce color hex is 0.75, 0.33, 0.00, 0.19. Web safe color of #348bce is #3399cc. Color #348bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11001110
Octal 64 213 316
Decimal 52 139 206
Hex 34 8B CE

RGB Percentages of Color #348bce

%13.10
%35.01
%51.89

CMYK Percentages of Color #348bce

%75
%33
%0
%19

Triadic Colors of #348bce

#348bce #ce348b #8bce34

Analogous Colors of #348bce

#348bce #343ece #34cec4

Monochromatic Colors of #348bce

#348bce

Complementary Color

#348bce #ce7734

#348bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bce Color CSS Codes

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

#348bce Text Font Color

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

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


#348bce Background Color

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

This div background color is #348bce


#348bce Border Color

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

This div border color is #348bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bce


Comments

No comments written yet.

Please login to write comment.