Color Hex Logo

#349bea Color Hex

#349BEA
(52,155,234)
0 Favorites   0 Comments

Color spaces of #349bea

RGB 52155234
HSL0.570.810.56
HSV206°78°92°
CMYK 0.780.340.00   0.08
XYZ27.988830.113382.1792
Yxy30.11330.19950.2147
Hunter Lab54.8756-4.9900-50.3771
CIE-Lab61.7519-2.4890-48.0398

#349bea color RGB value is (52,155,234).

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

The process color (four color CMYK) of #349bea color hex is 0.78, 0.34, 0.00, 0.08. Web safe color of #349bea is #3399ff. Color #349bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011011 11101010
Octal 64 233 352
Decimal 52 155 234
Hex 34 9B EA

RGB Percentages of Color #349bea

%11.79
%35.15
%53.06

CMYK Percentages of Color #349bea

%78
%34
%0
%8

Triadic Colors of #349bea

#349bea #ea349b #9bea34

Analogous Colors of #349bea

#349bea #3440ea #34eade

Monochromatic Colors of #349bea

#349bea

Complementary Color

#349bea #ea8334

#349bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#349bea Color CSS Codes

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

#349bea Text Font Color

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

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


#349bea Background Color

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

This div background color is #349bea


#349bea Border Color

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

This div border color is #349bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349bea


Comments

No comments written yet.

Please login to write comment.