Color Hex Logo

#34bddd Color Hex

#34BDDD
(52,189,221)
0 Favorites   0 Comments

Color spaces of #34bddd

RGB 52189221
HSL0.530.710.54
HSV191°76°87°
CMYK 0.760.140.00   0.13
XYZ32.664942.345774.8585
Yxy42.34570.21800.2826
Hunter Lab65.0736-24.2773-22.6538
CIE-Lab71.1086-25.2401-26.3313

#34bddd color RGB value is (52,189,221).

#34bddd hex color red value is 52, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #34bddd hue: 0.53 , saturation: 0.71 and the lightness value of 34bddd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111101 11011101
Octal 64 275 335
Decimal 52 189 221
Hex 34 BD DD

RGB Percentages of Color #34bddd

%11.26
%40.91
%47.84

CMYK Percentages of Color #34bddd

%76
%14
%0
%13

Triadic Colors of #34bddd

#34bddd #dd34bd #bddd34

Analogous Colors of #34bddd

#34bddd #3469dd #34dda9

Monochromatic Colors of #34bddd

#34bddd

Complementary Color

#34bddd #dd5434

#34bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#34bddd Color CSS Codes

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

#34bddd Text Font Color

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

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


#34bddd Background Color

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

This div background color is #34bddd


#34bddd Border Color

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

This div border color is #34bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34bddd


Comments

No comments written yet.

Please login to write comment.