Color Hex Logo

#3ebdbd Color Hex

#3EBDBD
(62,189,189)
0 Favorites   0 Comments

Color spaces of #3ebdbd

RGB 62189189
HSL0.500.510.49
HSV180°67°74°
CMYK 0.670.000.00   0.26
XYZ29.369541.093454.5280
Yxy41.09340.23500.3288
Hunter Lab64.1041-30.4019-5.5601
CIE-Lab70.2413-33.6992-10.1322

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111101 10111101
Octal 76 275 275
Decimal 62 189 189
Hex 3E BD BD

RGB Percentages of Color #3ebdbd

%14.09
%42.95
%42.95

CMYK Percentages of Color #3ebdbd

%67
%0
%0
%26

Triadic Colors of #3ebdbd

#3ebdbd #bd3ebd #bdbd3e

Analogous Colors of #3ebdbd

#3ebdbd #3e7ebd #3ebd7e

Monochromatic Colors of #3ebdbd

#3ebdbd

Complementary Color

#3ebdbd #bd3e3e

#3ebdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebdbd Color CSS Codes

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

#3ebdbd Text Font Color

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

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


#3ebdbd Background Color

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

This div background color is #3ebdbd


#3ebdbd Border Color

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

This div border color is #3ebdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebdbd


Comments

No comments written yet.

Please login to write comment.