Color Hex Logo

#34bedd Color Hex

#34BEDD
(52,190,221)
0 Favorites   0 Comments

Color spaces of #34bedd

RGB 52190221
HSL0.530.710.54
HSV191°76°87°
CMYK 0.760.140.00   0.13
XYZ32.880842.777474.9305
Yxy42.77740.21830.2841
Hunter Lab65.4044-24.7204-22.1424
CIE-Lab71.4036-25.7418-25.8792

#34bedd color RGB value is (52,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10111110 11011101
Octal 64 276 335
Decimal 52 190 221
Hex 34 BE DD

RGB Percentages of Color #34bedd

%11.23
%41.04
%47.73

CMYK Percentages of Color #34bedd

%76
%14
%0
%13

Triadic Colors of #34bedd

#34bedd #dd34be #bedd34

Analogous Colors of #34bedd

#34bedd #346add #34dda8

Monochromatic Colors of #34bedd

#34bedd

Complementary Color

#34bedd #dd5334

#34bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#34bedd Color CSS Codes

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

#34bedd Text Font Color

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

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


#34bedd Background Color

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

This div background color is #34bedd


#34bedd Border Color

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

This div border color is #34bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34bedd


Comments

No comments written yet.

Please login to write comment.