Color Hex Logo

#34adda Color Hex

#34ADDA
(52,173,218)
0 Favorites   0 Comments

Color spaces of #34adda

RGB 52173218
HSL0.550.690.53
HSV196°76°85°
CMYK 0.760.210.00   0.15
XYZ29.014635.679271.6872
Yxy35.67920.21270.2616
Hunter Lab59.7321-17.8255-29.3442
CIE-Lab66.2741-17.9661-32.1380

#34adda color RGB value is (52,173,218).

#34adda hex color red value is 52, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #34adda hue: 0.55 , saturation: 0.69 and the lightness value of 34adda is 0.53.

The process color (four color CMYK) of #34adda color hex is 0.76, 0.21, 0.00, 0.15. Web safe color of #34adda is #3399cc. Color #34adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101101 11011010
Octal 64 255 332
Decimal 52 173 218
Hex 34 AD DA

RGB Percentages of Color #34adda

%11.74
%39.05
%49.21

CMYK Percentages of Color #34adda

%76
%21
%0
%15

Triadic Colors of #34adda

#34adda #da34ad #adda34

Analogous Colors of #34adda

#34adda #345ada #34dab4

Monochromatic Colors of #34adda

#34adda

Complementary Color

#34adda #da6134

#34adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#34adda Color CSS Codes

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

#34adda Text Font Color

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

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


#34adda Background Color

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

This div background color is #34adda


#34adda Border Color

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

This div border color is #34adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34adda


Comments

No comments written yet.

Please login to write comment.