Color Hex Logo

#349cfb Color Hex

#349CFB
(52,156,251)
0 Favorites   0 Comments

Color spaces of #349cfb

RGB 52156251
HSL0.580.960.59
HSV209°79°98°
CMYK 0.790.380.00   0.02
XYZ30.717231.472095.7225
Yxy31.47200.19450.1993
Hunter Lab56.0999-0.4381-61.8958
CIE-Lab62.90413.0202-55.5522

#349cfb color RGB value is (52,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011100 11111011
Octal 64 234 373
Decimal 52 156 251
Hex 34 9C FB

RGB Percentages of Color #349cfb

%11.33
%33.99
%54.68

CMYK Percentages of Color #349cfb

%79
%38
%0
%2

Triadic Colors of #349cfb

#349cfb #fb349c #9cfb34

Analogous Colors of #349cfb

#349cfb #3438fb #34fbf7

Monochromatic Colors of #349cfb

#349cfb

Complementary Color

#349cfb #fb9334

#349cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#349cfb Color CSS Codes

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

#349cfb Text Font Color

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

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


#349cfb Background Color

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

This div background color is #349cfb


#349cfb Border Color

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

This div border color is #349cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349cfb


Comments

No comments written yet.

Please login to write comment.