Color Hex Logo

#349bba Color Hex

#349BBA
(52,155,186)
0 Favorites   0 Comments

Color spaces of #349bba

RGB 52155186
HSL0.540.560.47
HSV194°72°73°
CMYK 0.720.170.00   0.27
XYZ22.000427.717950.6449
Yxy27.71790.21920.2762
Hunter Lab52.6478-17.5423-20.1810
CIE-Lab59.6330-19.0074-24.5591

#349bba color RGB value is (52,155,186).

#349bba hex color red value is 52, green value is 155 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #349bba hue: 0.54 , saturation: 0.56 and the lightness value of 349bba is 0.47.

The process color (four color CMYK) of #349bba color hex is 0.72, 0.17, 0.00, 0.27. Web safe color of #349bba is #3399cc. Color #349bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 10111010
Octal 64 233 272
Decimal 52 155 186
Hex 34 9B BA

RGB Percentages of Color #349bba

%13.23
%39.44
%47.33

CMYK Percentages of Color #349bba

%72
%17
%0
%27

Triadic Colors of #349bba

#349bba #ba349b #9bba34

Analogous Colors of #349bba

#349bba #3458ba #34ba96

Monochromatic Colors of #349bba

#349bba

Complementary Color

#349bba #ba5334

#349bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#349bba Color CSS Codes

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

#349bba Text Font Color

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

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


#349bba Background Color

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

This div background color is #349bba


#349bba Border Color

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

This div border color is #349bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349bba


Comments

No comments written yet.

Please login to write comment.