Color Hex Logo

#34dfba Color Hex

#34DFBA
(52,223,186)
0 Favorites   0 Comments

Color spaces of #34dfba

RGB 52223186
HSL0.460.730.54
HSV167°77°87°
CMYK 0.770.000.17   0.13
XYZ36.666857.050655.5337
Yxy57.05060.24570.3822
Hunter Lab75.5318-45.52829.2802
CIE-Lab80.2080-50.70656.0813

#34dfba color RGB value is (52,223,186).

#34dfba hex color red value is 52, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #34dfba hue: 0.46 , saturation: 0.73 and the lightness value of 34dfba is 0.54.

The process color (four color CMYK) of #34dfba color hex is 0.77, 0.00, 0.17, 0.13. Web safe color of #34dfba is #33cccc. Color #34dfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011111 10111010
Octal 64 337 272
Decimal 52 223 186
Hex 34 DF BA

RGB Percentages of Color #34dfba

%11.28
%48.37
%40.35

CMYK Percentages of Color #34dfba

%77
%0
%17
%13

Triadic Colors of #34dfba

#34dfba #ba34df #dfba34

Analogous Colors of #34dfba

#34dfba #34afdf #34df65

Monochromatic Colors of #34dfba

#34dfba

Complementary Color

#34dfba #df3459

#34dfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dfba Color CSS Codes

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

#34dfba Text Font Color

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

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


#34dfba Background Color

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

This div background color is #34dfba


#34dfba Border Color

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

This div border color is #34dfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dfba


Comments

No comments written yet.

Please login to write comment.