Color Hex Logo

#3ebebc Color Hex

#3EBEBC
(62,190,188)
0 Favorites   0 Comments

Color spaces of #3ebebc

RGB 62190188
HSL0.500.510.49
HSV179°67°75°
CMYK 0.670.000.01   0.25
XYZ29.477241.481954.0301
Yxy41.48190.23580.3319
Hunter Lab64.4064-31.0163-4.6534
CIE-Lab70.5122-34.4543-9.1802

#3ebebc color RGB value is (62,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10111100
Octal 76 276 274
Decimal 62 190 188
Hex 3E BE BC

RGB Percentages of Color #3ebebc

%14.09
%43.18
%42.73

CMYK Percentages of Color #3ebebc

%67
%0
%1
%25

Triadic Colors of #3ebebc

#3ebebc #bc3ebe #bebc3e

Analogous Colors of #3ebebc

#3ebebc #3e80be #3ebe7c

Monochromatic Colors of #3ebebc

#3ebebc

Complementary Color

#3ebebc #be3e40

#3ebebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebebc Color CSS Codes

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

#3ebebc Text Font Color

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

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


#3ebebc Background Color

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

This div background color is #3ebebc


#3ebebc Border Color

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

This div border color is #3ebebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebebc


Comments

No comments written yet.

Please login to write comment.