Color Hex Logo

#3edadf Color Hex

#3EDADF
(62,218,223)
0 Favorites   0 Comments

Color spaces of #3edadf

RGB 62218223
HSL0.510.720.56
HSV182°72°87°
CMYK 0.720.020.00   0.13
XYZ40.377356.494778.5885
Yxy56.49470.23010.3220
Hunter Lab75.1630-35.6455-9.3781
CIE-Lab79.8945-37.4697-14.0676

#3edadf color RGB value is (62,218,223).

#3edadf hex color red value is 62, green value is 218 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3edadf hue: 0.51 , saturation: 0.72 and the lightness value of 3edadf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011010 11011111
Octal 76 332 337
Decimal 62 218 223
Hex 3E DA DF

RGB Percentages of Color #3edadf

%12.33
%43.34
%44.33

CMYK Percentages of Color #3edadf

%72
%2
%0
%13

Triadic Colors of #3edadf

#3edadf #df3eda #dadf3e

Analogous Colors of #3edadf

#3edadf #3e8adf #3edf94

Monochromatic Colors of #3edadf

#3edadf

Complementary Color

#3edadf #df433e

#3edadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edadf Color CSS Codes

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

#3edadf Text Font Color

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

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


#3edadf Background Color

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

This div background color is #3edadf


#3edadf Border Color

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

This div border color is #3edadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edadf


Comments

No comments written yet.

Please login to write comment.