Color Hex Logo

#34aade Color Hex

#34AADE
(52,170,222)
0 Favorites   0 Comments

Color spaces of #34aade

RGB 52170222
HSL0.550.720.54
HSV198°77°87°
CMYK 0.770.230.00   0.13
XYZ28.975734.753474.2881
Yxy34.75340.20990.2518
Hunter Lab58.9520-15.4309-33.4476
CIE-Lab65.5562-15.0224-35.4549

#34aade color RGB value is (52,170,222).

#34aade hex color red value is 52, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #34aade hue: 0.55 , saturation: 0.72 and the lightness value of 34aade is 0.54.

The process color (four color CMYK) of #34aade color hex is 0.77, 0.23, 0.00, 0.13. Web safe color of #34aade is #3399cc. Color #34aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101010 11011110
Octal 64 252 336
Decimal 52 170 222
Hex 34 AA DE

RGB Percentages of Color #34aade

%11.71
%38.29
%50.00

CMYK Percentages of Color #34aade

%77
%23
%0
%13

Triadic Colors of #34aade

#34aade #de34aa #aade34

Analogous Colors of #34aade

#34aade #3455de #34debd

Monochromatic Colors of #34aade

#34aade

Complementary Color

#34aade #de6834

#34aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aade Color CSS Codes

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

#34aade Text Font Color

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

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


#34aade Background Color

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

This div background color is #34aade


#34aade Border Color

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

This div border color is #34aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aade


Comments

No comments written yet.

Please login to write comment.