Color Hex Logo

#3ebdbe Color Hex

#3EBDBE
(62,189,190)
0 Favorites   0 Comments

Color spaces of #3ebdbe

RGB 62189190
HSL0.500.510.49
HSV180°67°75°
CMYK 0.670.010.00   0.25
XYZ29.478541.137055.1018
Yxy41.13700.23450.3272
Hunter Lab64.1381-30.2014-6.0400
CIE-Lab70.2718-33.4129-10.6348

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 10111110
Octal 76 275 276
Decimal 62 189 190
Hex 3E BD BE

RGB Percentages of Color #3ebdbe

%14.06
%42.86
%43.08

CMYK Percentages of Color #3ebdbe

%67
%1
%0
%25

Triadic Colors of #3ebdbe

#3ebdbe #be3ebd #bdbe3e

Analogous Colors of #3ebdbe

#3ebdbe #3e7dbe #3ebe7f

Monochromatic Colors of #3ebdbe

#3ebdbe

Complementary Color

#3ebdbe #be3f3e

#3ebdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdbe Color CSS Codes

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

#3ebdbe Text Font Color

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

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


#3ebdbe Background Color

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

This div background color is #3ebdbe


#3ebdbe Border Color

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

This div border color is #3ebdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdbe


Comments

No comments written yet.

Please login to write comment.