Color Hex Logo

#3ebbbe Color Hex

#3EBBBE
(62,187,190)
0 Favorites   0 Comments

Color spaces of #3ebbbe

RGB 62187190
HSL0.500.510.49
HSV181°67°75°
CMYK 0.670.020.00   0.25
XYZ29.051240.282554.9593
Yxy40.28250.23370.3241
Hunter Lab63.4685-29.3657-6.9131
CIE-Lab69.6703-32.4634-11.5344

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111011 10111110
Octal 76 273 276
Decimal 62 187 190
Hex 3E BB BE

RGB Percentages of Color #3ebbbe

%14.12
%42.60
%43.28

CMYK Percentages of Color #3ebbbe

%67
%2
%0
%25

Triadic Colors of #3ebbbe

#3ebbbe #be3ebb #bbbe3e

Analogous Colors of #3ebbbe

#3ebbbe #3e7bbe #3ebe81

Monochromatic Colors of #3ebbbe

#3ebbbe

Complementary Color

#3ebbbe #be413e

#3ebbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebbbe Color CSS Codes

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

#3ebbbe Text Font Color

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

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


#3ebbbe Background Color

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

This div background color is #3ebbbe


#3ebbbe Border Color

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

This div border color is #3ebbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebbbe


Comments

No comments written yet.

Please login to write comment.