Color Hex Logo

#34afd7 Color Hex

#34AFD7
(52,175,215)
0 Favorites   0 Comments

Color spaces of #34afd7

RGB 52175215
HSL0.540.670.52
HSV195°76°84°
CMYK 0.760.190.00   0.16
XYZ29.011936.296369.7668
Yxy36.29630.21480.2687
Hunter Lab60.2464-19.4738-26.4868
CIE-Lab66.7457-20.0094-29.7571

#34afd7 color RGB value is (52,175,215).

#34afd7 hex color red value is 52, green value is 175 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #34afd7 hue: 0.54 , saturation: 0.67 and the lightness value of 34afd7 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101111 11010111
Octal 64 257 327
Decimal 52 175 215
Hex 34 AF D7

RGB Percentages of Color #34afd7

%11.76
%39.59
%48.64

CMYK Percentages of Color #34afd7

%76
%19
%0
%16

Triadic Colors of #34afd7

#34afd7 #d734af #afd734

Analogous Colors of #34afd7

#34afd7 #345ed7 #34d7ae

Monochromatic Colors of #34afd7

#34afd7

Complementary Color

#34afd7 #d75c34

#34afd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34afd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#34afd7 Color CSS Codes

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

#34afd7 Text Font Color

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

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


#34afd7 Background Color

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

This div background color is #34afd7


#34afd7 Border Color

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

This div border color is #34afd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34afd7


Comments

No comments written yet.

Please login to write comment.