Color Hex Logo

#3edbbd Color Hex

#3EDBBD
(62,219,189)
0 Favorites   0 Comments

Color spaces of #3edbbd

RGB 62219189
HSL0.470.690.55
HSV169°72°86°
CMYK 0.720.000.14   0.14
XYZ36.503455.361356.9060
Yxy55.36130.24540.3721
Hunter Lab74.4052-42.63646.7379
CIE-Lab79.2489-47.11383.1221

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011011 10111101
Octal 76 333 275
Decimal 62 219 189
Hex 3E DB BD

RGB Percentages of Color #3edbbd

%13.19
%46.60
%40.21

CMYK Percentages of Color #3edbbd

%72
%0
%14
%14

Triadic Colors of #3edbbd

#3edbbd #bd3edb #dbbd3e

Analogous Colors of #3edbbd

#3edbbd #3eabdb #3edb6f

Monochromatic Colors of #3edbbd

#3edbbd

Complementary Color

#3edbbd #db3e5c

#3edbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edbbd Color CSS Codes

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

#3edbbd Text Font Color

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

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


#3edbbd Background Color

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

This div background color is #3edbbd


#3edbbd Border Color

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

This div border color is #3edbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edbbd


Comments

No comments written yet.

Please login to write comment.