Color Hex Logo

#3edbdb Color Hex

#3EDBDB
(62,219,219)
0 Favorites   0 Comments

Color spaces of #3edbdb

RGB 62219219
HSL0.500.690.55
HSV180°72°86°
CMYK 0.720.000.00   0.14
XYZ40.104356.801675.8679
Yxy56.80160.23210.3288
Hunter Lab75.3668-36.9083-6.9274
CIE-Lab80.0679-39.0659-11.6741

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11011011
Octal 76 333 333
Decimal 62 219 219
Hex 3E DB DB

RGB Percentages of Color #3edbdb

%12.40
%43.80
%43.80

CMYK Percentages of Color #3edbdb

%72
%0
%0
%14

Triadic Colors of #3edbdb

#3edbdb #db3edb #dbdb3e

Analogous Colors of #3edbdb

#3edbdb #3e8ddb #3edb8d

Monochromatic Colors of #3edbdb

#3edbdb

Complementary Color

#3edbdb #db3e3e

#3edbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbdb Color CSS Codes

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

#3edbdb Text Font Color

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

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


#3edbdb Background Color

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

This div background color is #3edbdb


#3edbdb Border Color

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

This div border color is #3edbdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,219,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 #3edbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbdb


Comments

No comments written yet.

Please login to write comment.