Color Hex Logo

#34bdaa Color Hex

#34BDAA
(52,189,170)
0 Favorites   0 Comments

Color spaces of #34bdaa

RGB 52189170
HSL0.480.570.47
HSV172°72°74°
CMYK 0.720.000.10   0.26
XYZ26.869540.027544.3401
Yxy40.02750.24160.3598
Hunter Lab63.2673-34.90912.7344
CIE-Lab69.4891-40.3340-0.8484

#34bdaa color RGB value is (52,189,170).

#34bdaa hex color red value is 52, green value is 189 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #34bdaa hue: 0.48 , saturation: 0.57 and the lightness value of 34bdaa is 0.47.

The process color (four color CMYK) of #34bdaa color hex is 0.72, 0.00, 0.10, 0.26. Web safe color of #34bdaa is #33cc99. Color #34bdaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111101 10101010
Octal 64 275 252
Decimal 52 189 170
Hex 34 BD AA

RGB Percentages of Color #34bdaa

%12.65
%45.99
%41.36

CMYK Percentages of Color #34bdaa

%72
%0
%10
%26

Triadic Colors of #34bdaa

#34bdaa #aa34bd #bdaa34

Analogous Colors of #34bdaa

#34bdaa #348cbd #34bd66

Monochromatic Colors of #34bdaa

#34bdaa

Complementary Color

#34bdaa #bd3447

#34bdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34bdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#34bdaa Color CSS Codes

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

#34bdaa Text Font Color

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

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


#34bdaa Background Color

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

This div background color is #34bdaa


#34bdaa Border Color

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

This div border color is #34bdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34bdaa


Comments

No comments written yet.

Please login to write comment.