Color Hex Logo

#3edcf7 Color Hex

#3EDCF7
(62,220,247)
0 Favorites   0 Comments

Color spaces of #3edcf7

RGB 62220247
HSL0.520.920.61
HSV189°75°97°
CMYK 0.750.110.00   0.03
XYZ44.368358.925997.0311
Yxy58.92590.22150.2942
Hunter Lab76.7632-31.1646-21.2102
CIE-Lab81.2508-31.3189-24.7890

#3edcf7 color RGB value is (62,220,247).

#3edcf7 hex color red value is 62, green value is 220 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #3edcf7 hue: 0.52 , saturation: 0.92 and the lightness value of 3edcf7 is 0.61.

The process color (four color CMYK) of #3edcf7 color hex is 0.75, 0.11, 0.00, 0.03. Web safe color of #3edcf7 is #33ccff. Color #3edcf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11011100 11110111
Octal 76 334 367
Decimal 62 220 247
Hex 3E DC F7

RGB Percentages of Color #3edcf7

%11.72
%41.59
%46.69

CMYK Percentages of Color #3edcf7

%75
%11
%0
%3

Triadic Colors of #3edcf7

#3edcf7 #f73edc #dcf73e

Analogous Colors of #3edcf7

#3edcf7 #3e80f7 #3ef7b6

Monochromatic Colors of #3edcf7

#3edcf7

Complementary Color

#3edcf7 #f7593e

#3edcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3edcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3edcf7 Color CSS Codes

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

#3edcf7 Text Font Color

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

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


#3edcf7 Background Color

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

This div background color is #3edcf7


#3edcf7 Border Color

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

This div border color is #3edcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3edcf7


Comments

No comments written yet.

Please login to write comment.