Color Hex Logo

#3eabad Color Hex

#3EABAD
(62,171,173)
0 Favorites   0 Comments

Color spaces of #3eabad

RGB 62171173
HSL0.500.470.46
HSV181°64°68°
CMYK 0.640.010.00   0.32
XYZ24.092333.167144.6673
Yxy33.16710.23640.3254
Hunter Lab57.5909-26.1112-5.6715
CIE-Lab64.2960-29.6693-10.1659

#3eabad color RGB value is (62,171,173).

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

The process color (four color CMYK) of #3eabad color hex is 0.64, 0.01, 0.00, 0.32. Web safe color of #3eabad is #339999. Color #3eabad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 10101101
Octal 76 253 255
Decimal 62 171 173
Hex 3E AB AD

RGB Percentages of Color #3eabad

%15.27
%42.12
%42.61

CMYK Percentages of Color #3eabad

%64
%1
%0
%32

Triadic Colors of #3eabad

#3eabad #ad3eab #abad3e

Analogous Colors of #3eabad

#3eabad #3e74ad #3ead78

Monochromatic Colors of #3eabad

#3eabad

Complementary Color

#3eabad #ad403e

#3eabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabad Color CSS Codes

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

#3eabad Text Font Color

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

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


#3eabad Background Color

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

This div background color is #3eabad


#3eabad Border Color

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

This div border color is #3eabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabad


Comments

No comments written yet.

Please login to write comment.