Color Hex Logo

#3ebeae Color Hex

#3EBEAE
(62,190,174)
0 Favorites   0 Comments

Color spaces of #3ebeae

RGB 62190174
HSL0.480.510.49
HSV173°67°75°
CMYK 0.670.000.08   0.25
XYZ28.040040.907046.4624
Yxy40.90700.24300.3545
Hunter Lab63.9586-33.67161.7001
CIE-Lab70.1107-38.3159-2.1051

#3ebeae color RGB value is (62,190,174).

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

The process color (four color CMYK) of #3ebeae color hex is 0.67, 0.00, 0.08, 0.25. Web safe color of #3ebeae is #33cc99. Color #3ebeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10101110
Octal 76 276 256
Decimal 62 190 174
Hex 3E BE AE

RGB Percentages of Color #3ebeae

%14.55
%44.60
%40.85

CMYK Percentages of Color #3ebeae

%67
%0
%8
%25

Triadic Colors of #3ebeae

#3ebeae #ae3ebe #beae3e

Analogous Colors of #3ebeae

#3ebeae #3e8ebe #3ebe6e

Monochromatic Colors of #3ebeae

#3ebeae

Complementary Color

#3ebeae #be3e4e

#3ebeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebeae Color CSS Codes

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

#3ebeae Text Font Color

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

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


#3ebeae Background Color

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

This div background color is #3ebeae


#3ebeae Border Color

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

This div border color is #3ebeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebeae


Comments

No comments written yet.

Please login to write comment.