Color Hex Logo

#3eacbe Color Hex

#3EACBE
(62,172,190)
0 Favorites   0 Comments

Color spaces of #3eacbe

RGB 62172190
HSL0.520.510.49
HSV188°67°75°
CMYK 0.670.090.00   0.25
XYZ26.033434.246953.9534
Yxy34.24690.22790.2998
Hunter Lab58.5209-23.0045-13.6979
CIE-Lab65.1581-25.1054-18.3366

#3eacbe color RGB value is (62,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 10111110
Octal 76 254 276
Decimal 62 172 190
Hex 3E AC BE

RGB Percentages of Color #3eacbe

%14.62
%40.57
%44.81

CMYK Percentages of Color #3eacbe

%67
%9
%0
%25

Triadic Colors of #3eacbe

#3eacbe #be3eac #acbe3e

Analogous Colors of #3eacbe

#3eacbe #3e6cbe #3ebe90

Monochromatic Colors of #3eacbe

#3eacbe

Complementary Color

#3eacbe #be503e

#3eacbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacbe Color CSS Codes

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

#3eacbe Text Font Color

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

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


#3eacbe Background Color

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

This div background color is #3eacbe


#3eacbe Border Color

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

This div border color is #3eacbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacbe


Comments

No comments written yet.

Please login to write comment.