Color Hex Logo

#3eadbd Color Hex

#3EADBD
(62,173,189)
0 Favorites   0 Comments

Color spaces of #3eadbd

RGB 62173189
HSL0.520.510.49
HSV188°67°74°
CMYK 0.670.080.00   0.26
XYZ26.115534.585453.4433
Yxy34.58540.22880.3030
Hunter Lab58.8094-23.6498-12.7135
CIE-Lab65.4246-25.9132-17.3767

#3eadbd color RGB value is (62,173,189).

#3eadbd hex color red value is 62, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3eadbd hue: 0.52 , saturation: 0.51 and the lightness value of 3eadbd is 0.49.

The process color (four color CMYK) of #3eadbd color hex is 0.67, 0.08, 0.00, 0.26. Web safe color of #3eadbd is #3399cc. Color #3eadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 10111101
Octal 76 255 275
Decimal 62 173 189
Hex 3E AD BD

RGB Percentages of Color #3eadbd

%14.62
%40.80
%44.58

CMYK Percentages of Color #3eadbd

%67
%8
%0
%26

Triadic Colors of #3eadbd

#3eadbd #bd3ead #adbd3e

Analogous Colors of #3eadbd

#3eadbd #3e6ebd #3ebd8e

Monochromatic Colors of #3eadbd

#3eadbd

Complementary Color

#3eadbd #bd4e3e

#3eadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadbd Color CSS Codes

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

#3eadbd Text Font Color

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

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


#3eadbd Background Color

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

This div background color is #3eadbd


#3eadbd Border Color

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

This div border color is #3eadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadbd


Comments

No comments written yet.

Please login to write comment.