Color Hex Logo

#3edbc4 Color Hex

#3EDBC4
(62,219,196)
0 Favorites   0 Comments

Color spaces of #3edbc4

RGB 62219196
HSL0.480.690.55
HSV171°72°86°
CMYK 0.720.000.11   0.14
XYZ37.281955.672761.0055
Yxy55.67270.24220.3616
Hunter Lab74.6141-41.38503.7536
CIE-Lab79.4272-45.3166-0.3497

#3edbc4 color RGB value is (62,219,196).

#3edbc4 hex color red value is 62, green value is 219 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #3edbc4 hue: 0.48 , saturation: 0.69 and the lightness value of 3edbc4 is 0.55.

The process color (four color CMYK) of #3edbc4 color hex is 0.72, 0.00, 0.11, 0.14. Web safe color of #3edbc4 is #33cccc. Color #3edbc4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11000100
Octal 76 333 304
Decimal 62 219 196
Hex 3E DB C4

RGB Percentages of Color #3edbc4

%13.00
%45.91
%41.09

CMYK Percentages of Color #3edbc4

%72
%0
%11
%14

Triadic Colors of #3edbc4

#3edbc4 #c43edb #dbc43e

Analogous Colors of #3edbc4

#3edbc4 #3ea4db #3edb76

Monochromatic Colors of #3edbc4

#3edbc4

Complementary Color

#3edbc4 #db3e55

#3edbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbc4 Color CSS Codes

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

#3edbc4 Text Font Color

<p style="color:#3edbc4">Text here</p>

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


#3edbc4 Background Color

<div style="background-color:#3edbc4">
Div content here</div>

This div background color is #3edbc4


#3edbc4 Border Color

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

This div border color is #3edbc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(62,219,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3edbc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3edbc4;
  -webkit-box-shadow: 1px 1px 3px 2px #3edbc4;
  box-shadow:         1px 1px 3px 2px #3edbc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,219,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbc4


Comments

No comments written yet.

Please login to write comment.