Color Hex Logo

#34dacd Color Hex

#34DACD
(52,218,205)
0 Favorites   0 Comments

Color spaces of #34dacd

RGB 52218205
HSL0.490.690.53
HSV175°76°85°
CMYK 0.760.000.06   0.15
XYZ37.507055.280666.4510
Yxy55.28060.23550.3472
Hunter Lab74.3509-40.0682-0.9447
CIE-Lab79.2026-43.6136-5.5036

#34dacd color RGB value is (52,218,205).

#34dacd hex color red value is 52, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #34dacd hue: 0.49 , saturation: 0.69 and the lightness value of 34dacd is 0.53.

The process color (four color CMYK) of #34dacd color hex is 0.76, 0.00, 0.06, 0.15. Web safe color of #34dacd is #33cccc. Color #34dacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011010 11001101
Octal 64 332 315
Decimal 52 218 205
Hex 34 DA CD

RGB Percentages of Color #34dacd

%10.95
%45.89
%43.16

CMYK Percentages of Color #34dacd

%76
%0
%6
%15

Triadic Colors of #34dacd

#34dacd #cd34da #dacd34

Analogous Colors of #34dacd

#34dacd #3494da #34da7a

Monochromatic Colors of #34dacd

#34dacd

Complementary Color

#34dacd #da3441

#34dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dacd Color CSS Codes

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

#34dacd Text Font Color

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

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


#34dacd Background Color

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

This div background color is #34dacd


#34dacd Border Color

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

This div border color is #34dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dacd


Comments

No comments written yet.

Please login to write comment.