Color Hex Logo

#34abdb Color Hex

#34ABDB
(52,171,219)
0 Favorites   0 Comments

Color spaces of #34abdb

RGB 52171219
HSL0.550.700.53
HSV197°76°86°
CMYK 0.760.220.00   0.14
XYZ28.765334.970472.2517
Yxy34.97040.21150.2572
Hunter Lab59.1358-16.6602-31.0451
CIE-Lab65.7256-16.5691-33.5391

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

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

The process color (four color CMYK) of #34abdb color hex is 0.76, 0.22, 0.00, 0.14. Web safe color of #34abdb is #3399cc. Color #34abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10101011 11011011
Octal 64 253 333
Decimal 52 171 219
Hex 34 AB DB

RGB Percentages of Color #34abdb

%11.76
%38.69
%49.55

CMYK Percentages of Color #34abdb

%76
%22
%0
%14

Triadic Colors of #34abdb

#34abdb #db34ab #abdb34

Analogous Colors of #34abdb

#34abdb #3458db #34dbb8

Monochromatic Colors of #34abdb

#34abdb

Complementary Color

#34abdb #db6434

#34abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34abdb Color CSS Codes

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

#34abdb Text Font Color

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

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


#34abdb Background Color

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

This div background color is #34abdb


#34abdb Border Color

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

This div border color is #34abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34abdb


Comments

No comments written yet.

Please login to write comment.