Color Hex Logo

#3ebcbd Color Hex

#3EBCBD
(62,188,189)
0 Favorites   0 Comments

Color spaces of #3ebcbd

RGB 62188189
HSL0.500.510.49
HSV180°67°74°
CMYK 0.670.010.00   0.26
XYZ29.155140.664754.4565
Yxy40.66470.23460.3272
Hunter Lab63.7689-29.9854-5.9935
CIE-Lab69.9404-33.2265-10.5816

#3ebcbd color RGB value is (62,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111100 10111101
Octal 76 274 275
Decimal 62 188 189
Hex 3E BC BD

RGB Percentages of Color #3ebcbd

%14.12
%42.82
%43.05

CMYK Percentages of Color #3ebcbd

%67
%1
%0
%26

Triadic Colors of #3ebcbd

#3ebcbd #bd3ebc #bcbd3e

Analogous Colors of #3ebcbd

#3ebcbd #3e7dbd #3ebd7f

Monochromatic Colors of #3ebcbd

#3ebcbd

Complementary Color

#3ebcbd #bd3f3e

#3ebcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebcbd Color CSS Codes

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

#3ebcbd Text Font Color

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

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


#3ebcbd Background Color

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

This div background color is #3ebcbd


#3ebcbd Border Color

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

This div border color is #3ebcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebcbd


Comments

No comments written yet.

Please login to write comment.