Color Hex Logo

#349fca Color Hex

#349FCA
(52,159,202)
0 Favorites   0 Comments

Color spaces of #349fca

RGB 52159202
HSL0.550.590.50
HSV197°74°79°
CMYK 0.740.210.00   0.21
XYZ24.475029.790660.3373
Yxy29.79060.21360.2599
Hunter Lab54.5808-15.4737-27.3367
CIE-Lab61.4731-15.8351-30.7008

#349fca color RGB value is (52,159,202).

#349fca hex color red value is 52, green value is 159 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #349fca hue: 0.55 , saturation: 0.59 and the lightness value of 349fca is 0.50.

The process color (four color CMYK) of #349fca color hex is 0.74, 0.21, 0.00, 0.21. Web safe color of #349fca is #3399cc. Color #349fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011111 11001010
Octal 64 237 312
Decimal 52 159 202
Hex 34 9F CA

RGB Percentages of Color #349fca

%12.59
%38.50
%48.91

CMYK Percentages of Color #349fca

%74
%21
%0
%21

Triadic Colors of #349fca

#349fca #ca349f #9fca34

Analogous Colors of #349fca

#349fca #3454ca #34caaa

Monochromatic Colors of #349fca

#349fca

Complementary Color

#349fca #ca5f34

#349fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#349fca Color CSS Codes

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

#349fca Text Font Color

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

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


#349fca Background Color

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

This div background color is #349fca


#349fca Border Color

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

This div border color is #349fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349fca


Comments

No comments written yet.

Please login to write comment.