Color Hex Logo

#348fce Color Hex

#348FCE
(52,143,206)
0 Favorites   0 Comments

Color spaces of #348fce

RGB 52143206
HSL0.570.610.51
HSV205°75°81°
CMYK 0.750.310.00   0.19
XYZ22.379224.831262.0059
Yxy24.83120.20490.2274
Hunter Lab49.8309-7.0393-38.8944
CIE-Lab56.9106-5.5209-40.0678

#348fce color RGB value is (52,143,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 11001110
Octal 64 217 316
Decimal 52 143 206
Hex 34 8F CE

RGB Percentages of Color #348fce

%12.97
%35.66
%51.37

CMYK Percentages of Color #348fce

%75
%31
%0
%19

Triadic Colors of #348fce

#348fce #ce348f #8fce34

Analogous Colors of #348fce

#348fce #3442ce #34cec0

Monochromatic Colors of #348fce

#348fce

Complementary Color

#348fce #ce7334

#348fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#348fce Color CSS Codes

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

#348fce Text Font Color

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

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


#348fce Background Color

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

This div background color is #348fce


#348fce Border Color

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

This div border color is #348fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348fce


Comments

No comments written yet.

Please login to write comment.