Color Hex Logo

#349afd Color Hex

#349AFD
(52,154,253)
0 Favorites   0 Comments

Color spaces of #349afd

RGB 52154253
HSL0.580.980.60
HSV210°79°99°
CMYK 0.790.390.00   0.01
XYZ30.701430.933197.2811
Yxy30.93310.19320.1947
Hunter Lab55.61751.2030-64.7724
CIE-Lab62.45114.9138-57.3675

#349afd color RGB value is (52,154,253).

#349afd hex color red value is 52, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #349afd hue: 0.58 , saturation: 0.98 and the lightness value of 349afd is 0.60.

The process color (four color CMYK) of #349afd color hex is 0.79, 0.39, 0.00, 0.01. Web safe color of #349afd is #3399ff. Color #349afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011010 11111101
Octal 64 232 375
Decimal 52 154 253
Hex 34 9A FD

RGB Percentages of Color #349afd

%11.33
%33.55
%55.12

CMYK Percentages of Color #349afd

%79
%39
%0
%1

Triadic Colors of #349afd

#349afd #fd349a #9afd34

Analogous Colors of #349afd

#349afd #3435fd #34fdfc

Monochromatic Colors of #349afd

#349afd

Complementary Color

#349afd #fd9734

#349afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#349afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#349afd Color CSS Codes

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

#349afd Text Font Color

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

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


#349afd Background Color

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

This div background color is #349afd


#349afd Border Color

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

This div border color is #349afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #349afd


Comments

No comments written yet.

Please login to write comment.