Color Hex Logo

#3eadaf Color Hex

#3EADAF
(62,173,175)
0 Favorites   0 Comments

Color spaces of #3eadaf

RGB 62173175
HSL0.500.480.46
HSV181°65°69°
CMYK 0.650.010.00   0.31
XYZ24.668034.006445.8212
Yxy34.00640.23610.3254
Hunter Lab58.3150-26.5435-5.7668
CIE-Lab64.9677-30.0637-10.2766

#3eadaf color RGB value is (62,173,175).

#3eadaf hex color red value is 62, green value is 173 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3eadaf hue: 0.50 , saturation: 0.48 and the lightness value of 3eadaf is 0.46.

The process color (four color CMYK) of #3eadaf color hex is 0.65, 0.01, 0.00, 0.31. Web safe color of #3eadaf is #339999. Color #3eadaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101101 10101111
Octal 76 255 257
Decimal 62 173 175
Hex 3E AD AF

RGB Percentages of Color #3eadaf

%15.12
%42.20
%42.68

CMYK Percentages of Color #3eadaf

%65
%1
%0
%31

Triadic Colors of #3eadaf

#3eadaf #af3ead #adaf3e

Analogous Colors of #3eadaf

#3eadaf #3e75af #3eaf79

Monochromatic Colors of #3eadaf

#3eadaf

Complementary Color

#3eadaf #af403e

#3eadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eadaf Color CSS Codes

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

#3eadaf Text Font Color

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

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


#3eadaf Background Color

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

This div background color is #3eadaf


#3eadaf Border Color

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

This div border color is #3eadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eadaf


Comments

No comments written yet.

Please login to write comment.