Color Hex Logo

#349efb Color Hex

#349EFB
(52,158,251)
0 Favorites   0 Comments

Color spaces of #349efb

RGB 52158251
HSL0.580.960.59
HSV208°79°98°
CMYK 0.790.370.00   0.02
XYZ31.055632.148895.8353
Yxy32.14880.19530.2021
Hunter Lab56.6999-1.4571-60.5232
CIE-Lab63.46571.8549-54.6592

#349efb color RGB value is (52,158,251).

#349efb hex color red value is 52, green value is 158 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #349efb hue: 0.58 , saturation: 0.96 and the lightness value of 349efb is 0.59.

The process color (four color CMYK) of #349efb color hex is 0.79, 0.37, 0.00, 0.02. Web safe color of #349efb is #3399ff. Color #349efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 11111011
Octal 64 236 373
Decimal 52 158 251
Hex 34 9E FB

RGB Percentages of Color #349efb

%11.28
%34.27
%54.45

CMYK Percentages of Color #349efb

%79
%37
%0
%2

Triadic Colors of #349efb

#349efb #fb349e #9efb34

Analogous Colors of #349efb

#349efb #343afb #34fbf5

Monochromatic Colors of #349efb

#349efb

Complementary Color

#349efb #fb9134

#349efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#349efb Color CSS Codes

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

#349efb Text Font Color

<p style="color:#349efb">Text here</p>

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


#349efb Background Color

<div style="background-color:#349efb">
Div content here</div>

This div background color is #349efb


#349efb Border Color

<div style="border:3px solid #349efb">
Div here</div>

This div border color is #349efb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,158,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #349efb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #349efb;
  -webkit-box-shadow: 1px 1px 3px 2px #349efb;
  box-shadow:         1px 1px 3px 2px #349efb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349efb


Comments

No comments written yet.

Please login to write comment.