Color Hex Logo

#3ebebe Color Hex

#3EBEBE
(62,190,190)
0 Favorites   0 Comments

Color spaces of #3ebebe

RGB 62190190
HSL0.500.510.49
HSV180°67°75°
CMYK 0.670.000.00   0.25
XYZ29.694341.568755.1737
Yxy41.56870.23490.3288
Hunter Lab64.4738-30.6185-5.6060
CIE-Lab70.5725-33.8853-10.1856

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111110 10111110
Octal 76 276 276
Decimal 62 190 190
Hex 3E BE BE

RGB Percentages of Color #3ebebe

%14.03
%42.99
%42.99

CMYK Percentages of Color #3ebebe

%67
%0
%0
%25

Triadic Colors of #3ebebe

#3ebebe #be3ebe #bebe3e

Analogous Colors of #3ebebe

#3ebebe #3e7ebe #3ebe7e

Monochromatic Colors of #3ebebe

#3ebebe

Complementary Color

#3ebebe #be3e3e

#3ebebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebebe Color CSS Codes

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

#3ebebe Text Font Color

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

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


#3ebebe Background Color

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

This div background color is #3ebebe


#3ebebe Border Color

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

This div border color is #3ebebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(62,190,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 #3ebebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebebe


Comments

No comments written yet.

Please login to write comment.