Color Hex Logo

#34acff Color Hex

#34ACFF
(52,172,255)
0 Favorites   0 Comments

Color spaces of #34acff

RGB 52172255
HSL0.571.000.60
HSV205°80°100°
CMYK 0.800.330.00   0.00
XYZ34.218737.4551100.0338
Yxy37.45510.19930.2181
Hunter Lab61.2006-7.2974-54.0705
CIE-Lab67.6171-4.7229-50.2607

#34acff color RGB value is (52,172,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101100 11111111
Octal 64 254 377
Decimal 52 172 255
Hex 34 AC FF

RGB Percentages of Color #34acff

%10.86
%35.91
%53.24

CMYK Percentages of Color #34acff

%80
%33
%0
%0

Triadic Colors of #34acff

#34acff #ff34ac #acff34

Analogous Colors of #34acff

#34acff #3447ff #34ffed

Monochromatic Colors of #34acff

#34acff

Complementary Color

#34acff #ff8734

#34acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#34acff Color CSS Codes

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

#34acff Text Font Color

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

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


#34acff Background Color

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

This div background color is #34acff


#34acff Border Color

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

This div border color is #34acff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,172,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 #34acff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34acff


Comments

No comments written yet.

Please login to write comment.