Color Hex Logo

#348bef Color Hex

#348BEF
(52,139,239)
0 Favorites   0 Comments

Color spaces of #348bef

RGB 52139239
HSL0.590.850.57
HSV212°78°94°
CMYK 0.780.420.00   0.06
XYZ26.228825.427385.1869
Yxy25.42730.19170.1858
Hunter Lab50.42554.6021-64.8644
CIE-Lab57.48948.7596-57.5838

#348bef color RGB value is (52,139,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11101111
Octal 64 213 357
Decimal 52 139 239
Hex 34 8B EF

RGB Percentages of Color #348bef

%12.09
%32.33
%55.58

CMYK Percentages of Color #348bef

%78
%42
%0
%6

Triadic Colors of #348bef

#348bef #ef348b #8bef34

Analogous Colors of #348bef

#348bef #3b34ef #34e9ef

Monochromatic Colors of #348bef

#348bef

Complementary Color

#348bef #ef9834

#348bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bef Color CSS Codes

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

#348bef Text Font Color

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

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


#348bef Background Color

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

This div background color is #348bef


#348bef Border Color

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

This div border color is #348bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bef


Comments

No comments written yet.

Please login to write comment.