Color Hex Logo

#34aafa Color Hex

#34AAFA
(52,170,250)
0 Favorites   0 Comments

Color spaces of #34aafa

RGB 52170250
HSL0.570.950.59
HSV204°79°98°
CMYK 0.790.320.00   0.02
XYZ33.046236.381695.7231
Yxy36.38160.20010.2203
Hunter Lab60.3172-7.7595-51.8710
CIE-Lab66.8105-5.3561-48.8175

#34aafa color RGB value is (52,170,250).

#34aafa hex color red value is 52, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #34aafa hue: 0.57 , saturation: 0.95 and the lightness value of 34aafa is 0.59.

The process color (four color CMYK) of #34aafa color hex is 0.79, 0.32, 0.00, 0.02. Web safe color of #34aafa is #3399ff. Color #34aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 11111010
Octal 64 252 372
Decimal 52 170 250
Hex 34 AA FA

RGB Percentages of Color #34aafa

%11.02
%36.02
%52.97

CMYK Percentages of Color #34aafa

%79
%32
%0
%2

Triadic Colors of #34aafa

#34aafa #fa34aa #aafa34

Analogous Colors of #34aafa

#34aafa #3447fa #34fae7

Monochromatic Colors of #34aafa

#34aafa

Complementary Color

#34aafa #fa8434

#34aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aafa Color CSS Codes

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

#34aafa Text Font Color

<p style="color:#34aafa">Text here</p>

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


#34aafa Background Color

<div style="background-color:#34aafa">
Div content here</div>

This div background color is #34aafa


#34aafa Border Color

<div style="border:3px solid #34aafa">
Div here</div>

This div border color is #34aafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,170,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34aafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34aafa;
  -webkit-box-shadow: 1px 1px 3px 2px #34aafa;
  box-shadow:         1px 1px 3px 2px #34aafa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aafa


Comments

No comments written yet.

Please login to write comment.