Color Hex Logo

#34dbdb Color Hex

#34DBDB
(52,219,219)
0 Favorites   0 Comments

Color spaces of #34dbdb

RGB 52219219
HSL0.500.700.53
HSV180°76°86°
CMYK 0.760.000.00   0.14
XYZ39.533956.507675.8412
Yxy56.50760.23000.3288
Hunter Lab75.1715-37.6742-7.1981
CIE-Lab79.9018-40.1367-11.9396

#34dbdb color RGB value is (52,219,219).

#34dbdb hex color red value is 52, green value is 219 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #34dbdb hue: 0.50 , saturation: 0.70 and the lightness value of 34dbdb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11011011 11011011
Octal 64 333 333
Decimal 52 219 219
Hex 34 DB DB

RGB Percentages of Color #34dbdb

%10.61
%44.69
%44.69

CMYK Percentages of Color #34dbdb

%76
%0
%0
%14

Triadic Colors of #34dbdb

#34dbdb #db34db #dbdb34

Analogous Colors of #34dbdb

#34dbdb #3488db #34db88

Monochromatic Colors of #34dbdb

#34dbdb

Complementary Color

#34dbdb #db3434

#34dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34dbdb Color CSS Codes

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

#34dbdb Text Font Color

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

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


#34dbdb Background Color

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

This div background color is #34dbdb


#34dbdb Border Color

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

This div border color is #34dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34dbdb


Comments

No comments written yet.

Please login to write comment.