Color Hex Logo

#3edebd Color Hex

#3EDEBD
(62,222,189)
0 Favorites   0 Comments

Color spaces of #3edebd

RGB 62222189
HSL0.470.710.56
HSV168°72°87°
CMYK 0.720.000.15   0.13
XYZ37.293256.940857.1692
Yxy56.94080.24630.3761
Hunter Lab75.4591-43.83577.9022
CIE-Lab80.1463-48.37934.4213

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

#3edebd hex color red value is 62, green value is 222 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3edebd hue: 0.47 , saturation: 0.71 and the lightness value of 3edebd is 0.56.

The process color (four color CMYK) of #3edebd color hex is 0.72, 0.00, 0.15, 0.13. Web safe color of #3edebd is #33cccc. Color #3edebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011110 10111101
Octal 76 336 275
Decimal 62 222 189
Hex 3E DE BD

RGB Percentages of Color #3edebd

%13.11
%46.93
%39.96

CMYK Percentages of Color #3edebd

%72
%0
%15
%13

Triadic Colors of #3edebd

#3edebd #bd3ede #debd3e

Analogous Colors of #3edebd

#3edebd #3eafde #3ede6d

Monochromatic Colors of #3edebd

#3edebd

Complementary Color

#3edebd #de3e5f

#3edebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edebd Color CSS Codes

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

#3edebd Text Font Color

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

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


#3edebd Background Color

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

This div background color is #3edebd


#3edebd Border Color

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

This div border color is #3edebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edebd


Comments

No comments written yet.

Please login to write comment.