Color Hex Logo

#349cbc Color Hex

#349CBC
(52,156,188)
0 Favorites   0 Comments

Color spaces of #349cbc

RGB 52156188
HSL0.540.570.47
HSV194°72°74°
CMYK 0.720.170.00   0.26
XYZ22.381728.137851.8285
Yxy28.13780.21870.2749
Hunter Lab53.0451-17.5131-20.7986
CIE-Lab60.0130-18.8820-25.1018

#349cbc color RGB value is (52,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011100 10111100
Octal 64 234 274
Decimal 52 156 188
Hex 34 9C BC

RGB Percentages of Color #349cbc

%13.13
%39.39
%47.47

CMYK Percentages of Color #349cbc

%72
%17
%0
%26

Triadic Colors of #349cbc

#349cbc #bc349c #9cbc34

Analogous Colors of #349cbc

#349cbc #3458bc #34bc98

Monochromatic Colors of #349cbc

#349cbc

Complementary Color

#349cbc #bc5434

#349cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#349cbc Color CSS Codes

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

#349cbc Text Font Color

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

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


#349cbc Background Color

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

This div background color is #349cbc


#349cbc Border Color

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

This div border color is #349cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349cbc


Comments

No comments written yet.

Please login to write comment.