Color Hex Logo

#349ebe Color Hex

#349EBE
(52,158,190)
0 Favorites   0 Comments

Color spaces of #349ebe

RGB 52158190
HSL0.540.570.47
HSV194°73°75°
CMYK 0.730.170.00   0.25
XYZ22.937328.901553.0848
Yxy28.90150.21860.2755
Hunter Lab53.7601-17.9214-20.9131
CIE-Lab60.6946-19.2858-25.1783

#349ebe color RGB value is (52,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011110 10111110
Octal 64 236 276
Decimal 52 158 190
Hex 34 9E BE

RGB Percentages of Color #349ebe

%13.00
%39.50
%47.50

CMYK Percentages of Color #349ebe

%73
%17
%0
%25

Triadic Colors of #349ebe

#349ebe #be349e #9ebe34

Analogous Colors of #349ebe

#349ebe #3459be #34be99

Monochromatic Colors of #349ebe

#349ebe

Complementary Color

#349ebe #be5434

#349ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#349ebe Color CSS Codes

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

#349ebe Text Font Color

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

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


#349ebe Background Color

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

This div background color is #349ebe


#349ebe Border Color

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

This div border color is #349ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349ebe


Comments

No comments written yet.

Please login to write comment.