Color Hex Logo

#3eabc0 Color Hex

#3EABC0
(62,171,192)
0 Favorites   0 Comments

Color spaces of #3eabc0

RGB 62171192
HSL0.530.510.50
HSV190°68°75°
CMYK 0.680.110.00   0.25
XYZ26.063933.955755.0496
Yxy33.95570.22650.2951
Hunter Lab58.2715-22.1350-15.2217
CIE-Lab64.9274-23.9843-19.7990

#3eabc0 color RGB value is (62,171,192).

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

The process color (four color CMYK) of #3eabc0 color hex is 0.68, 0.11, 0.00, 0.25. Web safe color of #3eabc0 is #3399cc. Color #3eabc0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11000000
Octal 76 253 300
Decimal 62 171 192
Hex 3E AB C0

RGB Percentages of Color #3eabc0

%14.59
%40.24
%45.18

CMYK Percentages of Color #3eabc0

%68
%11
%0
%25

Triadic Colors of #3eabc0

#3eabc0 #c03eab #abc03e

Analogous Colors of #3eabc0

#3eabc0 #3e6ac0 #3ec094

Monochromatic Colors of #3eabc0

#3eabc0

Complementary Color

#3eabc0 #c0533e

#3eabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabc0 Color CSS Codes

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

#3eabc0 Text Font Color

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

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


#3eabc0 Background Color

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

This div background color is #3eabc0


#3eabc0 Border Color

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

This div border color is #3eabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabc0


Comments

No comments written yet.

Please login to write comment.