Color Hex Logo

#3eacbf Color Hex

#3EACBF
(62,172,191)
0 Favorites   0 Comments

Color spaces of #3eacbf

RGB 62172191
HSL0.520.510.50
HSV189°68°75°
CMYK 0.680.100.00   0.25
XYZ26.143134.290854.5311
Yxy34.29080.22740.2983
Hunter Lab58.5583-22.7866-14.2216
CIE-Lab65.1927-24.7994-18.8397

#3eacbf color RGB value is (62,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 10111111
Octal 76 254 277
Decimal 62 172 191
Hex 3E AC BF

RGB Percentages of Color #3eacbf

%14.59
%40.47
%44.94

CMYK Percentages of Color #3eacbf

%68
%10
%0
%25

Triadic Colors of #3eacbf

#3eacbf #bf3eac #acbf3e

Analogous Colors of #3eacbf

#3eacbf #3e6cbf #3ebf92

Monochromatic Colors of #3eacbf

#3eacbf

Complementary Color

#3eacbf #bf513e

#3eacbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacbf Color CSS Codes

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

#3eacbf Text Font Color

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

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


#3eacbf Background Color

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

This div background color is #3eacbf


#3eacbf Border Color

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

This div border color is #3eacbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacbf


Comments

No comments written yet.

Please login to write comment.