Color Hex Logo

#34cedd Color Hex

#34CEDD
(52,206,221)
0 Favorites   0 Comments

Color spaces of #34cedd

RGB 52206221
HSL0.510.710.54
HSV185°76°87°
CMYK 0.760.070.00   0.13
XYZ36.538650.093176.1498
Yxy50.09310.22450.3077
Hunter Lab70.7765-31.7076-14.2477
CIE-Lab76.1264-33.5378-18.6892

#34cedd color RGB value is (52,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 11001110 11011101
Octal 64 316 335
Decimal 52 206 221
Hex 34 CE DD

RGB Percentages of Color #34cedd

%10.86
%43.01
%46.14

CMYK Percentages of Color #34cedd

%76
%7
%0
%13

Triadic Colors of #34cedd

#34cedd #dd34ce #cedd34

Analogous Colors of #34cedd

#34cedd #347add #34dd98

Monochromatic Colors of #34cedd

#34cedd

Complementary Color

#34cedd #dd4334

#34cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#34cedd Color CSS Codes

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

#34cedd Text Font Color

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

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


#34cedd Background Color

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

This div background color is #34cedd


#34cedd Border Color

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

This div border color is #34cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34cedd


Comments

No comments written yet.

Please login to write comment.