Color Hex Logo

#34aead Color Hex

#34AEAD
(52,174,173)
0 Favorites   0 Comments

Color spaces of #34aead

RGB 52174173
HSL0.500.540.44
HSV180°70°68°
CMYK 0.700.000.01   0.32
XYZ24.095134.019344.8316
Yxy34.01930.23410.3305
Hunter Lab58.3261-28.3304-4.7443
CIE-Lab64.9779-32.5963-9.1721

#34aead color RGB value is (52,174,173).

#34aead hex color red value is 52, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #34aead hue: 0.50 , saturation: 0.54 and the lightness value of 34aead is 0.44.

The process color (four color CMYK) of #34aead color hex is 0.70, 0.00, 0.01, 0.32. Web safe color of #34aead is #339999. Color #34aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101110 10101101
Octal 64 256 255
Decimal 52 174 173
Hex 34 AE AD

RGB Percentages of Color #34aead

%13.03
%43.61
%43.36

CMYK Percentages of Color #34aead

%70
%0
%1
%32

Triadic Colors of #34aead

#34aead #ad34ae #aead34

Analogous Colors of #34aead

#34aead #3472ae #34ae70

Monochromatic Colors of #34aead

#34aead

Complementary Color

#34aead #ae3435

#34aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#34aead Color CSS Codes

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

#34aead Text Font Color

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

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


#34aead Background Color

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

This div background color is #34aead


#34aead Border Color

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

This div border color is #34aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34aead


Comments

No comments written yet.

Please login to write comment.