Color Hex Logo

#34aaff Color Hex

#34AAFF
(52,170,255)
0 Favorites   0 Comments

Color spaces of #34aaff

RGB 52170255
HSL0.571.000.60
HSV205°80°100°
CMYK 0.800.330.00   0.00
XYZ33.840936.699599.9079
Yxy36.69950.19850.2153
Hunter Lab60.5801-6.3026-55.3742
CIE-Lab67.0510-3.5967-51.1551

#34aaff color RGB value is (52,170,255).

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

The process color (four color CMYK) of #34aaff color hex is 0.80, 0.33, 0.00, 0.00. Web safe color of #34aaff is #3399ff. Color #34aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 11111111
Octal 64 252 377
Decimal 52 170 255
Hex 34 AA FF

RGB Percentages of Color #34aaff

%10.90
%35.64
%53.46

CMYK Percentages of Color #34aaff

%80
%33
%0
%0

Triadic Colors of #34aaff

#34aaff #ff34aa #aaff34

Analogous Colors of #34aaff

#34aaff #3444ff #34ffef

Monochromatic Colors of #34aaff

#34aaff

Complementary Color

#34aaff #ff8934

#34aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aaff Color CSS Codes

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

#34aaff Text Font Color

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

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


#34aaff Background Color

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

This div background color is #34aaff


#34aaff Border Color

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

This div border color is #34aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aaff


Comments

No comments written yet.

Please login to write comment.