Color Hex Logo

#348fef Color Hex

#348FEF
(52,143,239)
0 Favorites   0 Comments

Color spaces of #348fef

RGB 52143239
HSL0.590.850.57
HSV211°78°94°
CMYK 0.780.400.00   0.06
XYZ26.818626.607085.3835
Yxy26.60700.19320.1917
Hunter Lab51.58202.5376-62.0352
CIE-Lab58.60886.3566-55.7955

#348fef color RGB value is (52,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001111 11101111
Octal 64 217 357
Decimal 52 143 239
Hex 34 8F EF

RGB Percentages of Color #348fef

%11.98
%32.95
%55.07

CMYK Percentages of Color #348fef

%78
%40
%0
%6

Triadic Colors of #348fef

#348fef #ef348f #8fef34

Analogous Colors of #348fef

#348fef #3734ef #34edef

Monochromatic Colors of #348fef

#348fef

Complementary Color

#348fef #ef9434

#348fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#348fef Color CSS Codes

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

#348fef Text Font Color

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

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


#348fef Background Color

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

This div background color is #348fef


#348fef Border Color

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

This div border color is #348fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348fef


Comments

No comments written yet.

Please login to write comment.