Color Hex Logo

#34dfad Color Hex

#34DFAD
(52,223,173)
0 Favorites   0 Comments

Color spaces of #34dfad

RGB 52223173
HSL0.450.730.54
HSV162°77°87°
CMYK 0.770.000.22   0.13
XYZ35.346756.522548.5821
Yxy56.52250.25170.4024
Hunter Lab75.1814-47.645414.3139
CIE-Lab79.9103-53.844612.5348

#34dfad color RGB value is (52,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011111 10101101
Octal 64 337 255
Decimal 52 223 173
Hex 34 DF AD

RGB Percentages of Color #34dfad

%11.61
%49.78
%38.62

CMYK Percentages of Color #34dfad

%77
%0
%22
%13

Triadic Colors of #34dfad

#34dfad #ad34df #dfad34

Analogous Colors of #34dfad

#34dfad #34bcdf #34df58

Monochromatic Colors of #34dfad

#34dfad

Complementary Color

#34dfad #df3466

#34dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dfad Color CSS Codes

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

#34dfad Text Font Color

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

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


#34dfad Background Color

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

This div background color is #34dfad


#34dfad Border Color

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

This div border color is #34dfad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,223,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 #34dfad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dfad


Comments

No comments written yet.

Please login to write comment.