Color Hex Logo

#34affc Color Hex

#34AFFC
(52,175,252)
0 Favorites   0 Comments

Color spaces of #34affc

RGB 52175252
HSL0.560.970.60
HSV203°79°99°
CMYK 0.790.310.00   0.01
XYZ34.316838.418397.7022
Yxy38.41830.20130.2254
Hunter Lab61.9825-9.6423-50.0703
CIE-Lab68.3278-7.4468-47.5128

#34affc color RGB value is (52,175,252).

#34affc hex color red value is 52, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #34affc hue: 0.56 , saturation: 0.97 and the lightness value of 34affc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 11111100
Octal 64 257 374
Decimal 52 175 252
Hex 34 AF FC

RGB Percentages of Color #34affc

%10.86
%36.53
%52.61

CMYK Percentages of Color #34affc

%79
%31
%0
%1

Triadic Colors of #34affc

#34affc #fc34af #affc34

Analogous Colors of #34affc

#34affc #344bfc #34fce5

Monochromatic Colors of #34affc

#34affc

Complementary Color

#34affc #fc8134

#34affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#34affc Color CSS Codes

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

#34affc Text Font Color

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

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


#34affc Background Color

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

This div background color is #34affc


#34affc Border Color

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

This div border color is #34affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34affc


Comments

No comments written yet.

Please login to write comment.