Color Hex Logo

#349abf Color Hex

#349ABF
(52,154,191)
0 Favorites   0 Comments

Color spaces of #349abf

RGB 52154191
HSL0.540.570.48
HSV196°73°75°
CMYK 0.730.190.00   0.25
XYZ22.375727.602953.4388
Yxy27.60290.21640.2669
Hunter Lab52.5385-15.9206-23.5291
CIE-Lab59.5283-16.8201-27.5383

#349abf color RGB value is (52,154,191).

#349abf hex color red value is 52, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #349abf hue: 0.54 , saturation: 0.57 and the lightness value of 349abf is 0.48.

The process color (four color CMYK) of #349abf color hex is 0.73, 0.19, 0.00, 0.25. Web safe color of #349abf is #3399cc. Color #349abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011010 10111111
Octal 64 232 277
Decimal 52 154 191
Hex 34 9A BF

RGB Percentages of Color #349abf

%13.10
%38.79
%48.11

CMYK Percentages of Color #349abf

%73
%19
%0
%25

Triadic Colors of #349abf

#349abf #bf349a #9abf34

Analogous Colors of #349abf

#349abf #3455bf #34bf9f

Monochromatic Colors of #349abf

#349abf

Complementary Color

#349abf #bf5934

#349abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#349abf Color CSS Codes

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

#349abf Text Font Color

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

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


#349abf Background Color

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

This div background color is #349abf


#349abf Border Color

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

This div border color is #349abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349abf


Comments

No comments written yet.

Please login to write comment.