Color Hex Logo

#348eec Color Hex

#348EEC
(52,142,236)
0 Favorites   0 Comments

Color spaces of #348eec

RGB 52142236
HSL0.590.830.56
HSV211°78°93°
CMYK 0.780.400.00   0.07
XYZ26.229526.132283.0185
Yxy26.13220.19370.1930
Hunter Lab51.11972.1289-60.5034
CIE-Lab58.16235.8620-54.8464

#348eec color RGB value is (52,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001110 11101100
Octal 64 216 354
Decimal 52 142 236
Hex 34 8E EC

RGB Percentages of Color #348eec

%12.09
%33.02
%54.88

CMYK Percentages of Color #348eec

%78
%40
%0
%7

Triadic Colors of #348eec

#348eec #ec348e #8eec34

Analogous Colors of #348eec

#348eec #3634ec #34eaec

Monochromatic Colors of #348eec

#348eec

Complementary Color

#348eec #ec9234

#348eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#348eec Color CSS Codes

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

#348eec Text Font Color

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

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


#348eec Background Color

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

This div background color is #348eec


#348eec Border Color

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

This div border color is #348eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348eec


Comments

No comments written yet.

Please login to write comment.