Color Hex Logo

#34eddb Color Hex

#34EDDB
(52,237,219)
0 Favorites   0 Comments

Color spaces of #34eddb

RGB 52237219
HSL0.480.840.57
HSV174°78°93°
CMYK 0.780.000.08   0.07
XYZ44.486566.412977.4921
Yxy66.41290.23610.3525
Hunter Lab81.4941-45.17400.6675
CIE-Lab85.2066-48.0254-4.0706

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

#34eddb hex color red value is 52, green value is 237 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #34eddb hue: 0.48 , saturation: 0.84 and the lightness value of 34eddb is 0.57.

The process color (four color CMYK) of #34eddb color hex is 0.78, 0.00, 0.08, 0.07. Web safe color of #34eddb is #33ffcc. Color #34eddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 11101101 11011011
Octal 64 355 333
Decimal 52 237 219
Hex 34 ED DB

RGB Percentages of Color #34eddb

%10.24
%46.65
%43.11

CMYK Percentages of Color #34eddb

%78
%0
%8
%7

Triadic Colors of #34eddb

#34eddb #db34ed #eddb34

Analogous Colors of #34eddb

#34eddb #34a3ed #34ed7f

Monochromatic Colors of #34eddb

#34eddb

Complementary Color

#34eddb #ed3446

#34eddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34eddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#34eddb Color CSS Codes

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

#34eddb Text Font Color

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

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


#34eddb Background Color

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

This div background color is #34eddb


#34eddb Border Color

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

This div border color is #34eddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34eddb


Comments

No comments written yet.

Please login to write comment.