Color Hex Logo

#3edbde Color Hex

#3EDBDE
(62,219,222)
0 Favorites   0 Comments

Color spaces of #3edbde

RGB 62219222
HSL0.500.710.56
HSV181°72°87°
CMYK 0.720.010.00   0.13
XYZ40.502956.961177.9671
Yxy56.96110.23090.3247
Hunter Lab75.4726-36.2837-8.4189
CIE-Lab80.1577-38.2147-13.1397

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

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

The process color (four color CMYK) of #3edbde color hex is 0.72, 0.01, 0.00, 0.13. Web safe color of #3edbde is #33cccc. Color #3edbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 11011110
Octal 76 333 336
Decimal 62 219 222
Hex 3E DB DE

RGB Percentages of Color #3edbde

%12.33
%43.54
%44.14

CMYK Percentages of Color #3edbde

%72
%1
%0
%13

Triadic Colors of #3edbde

#3edbde #de3edb #dbde3e

Analogous Colors of #3edbde

#3edbde #3e8bde #3ede91

Monochromatic Colors of #3edbde

#3edbde

Complementary Color

#3edbde #de413e

#3edbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbde Color CSS Codes

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

#3edbde Text Font Color

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

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


#3edbde Background Color

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

This div background color is #3edbde


#3edbde Border Color

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

This div border color is #3edbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbde


Comments

No comments written yet.

Please login to write comment.