Color Hex Logo

#3edcda Color Hex

#3EDCDA
(62,220,218)
0 Favorites   0 Comments

Color spaces of #3edcda

RGB 62220218
HSL0.500.690.55
HSV179°72°86°
CMYK 0.720.000.01   0.14
XYZ40.234757.272575.2638
Yxy57.27250.23290.3315
Hunter Lab75.6786-37.5376-5.9900
CIE-Lab80.3326-39.8010-10.7458

#3edcda color RGB value is (62,220,218).

#3edcda hex color red value is 62, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3edcda hue: 0.50 , saturation: 0.69 and the lightness value of 3edcda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011100 11011010
Octal 76 334 332
Decimal 62 220 218
Hex 3E DC DA

RGB Percentages of Color #3edcda

%12.40
%44.00
%43.60

CMYK Percentages of Color #3edcda

%72
%0
%1
%14

Triadic Colors of #3edcda

#3edcda #da3edc #dcda3e

Analogous Colors of #3edcda

#3edcda #3e8fdc #3edc8b

Monochromatic Colors of #3edcda

#3edcda

Complementary Color

#3edcda #dc3e40

#3edcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edcda Color CSS Codes

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

#3edcda Text Font Color

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

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


#3edcda Background Color

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

This div background color is #3edcda


#3edcda Border Color

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

This div border color is #3edcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edcda


Comments

No comments written yet.

Please login to write comment.