Color Hex Logo

#3eceff Color Hex

#3ECEFF
(62,206,255)
0 Favorites   0 Comments

Color spaces of #3eceff

RGB 62206255
HSL0.541.000.62
HSV195°76°100°
CMYK 0.760.190.00   0.00
XYZ42.107952.3867102.5001
Yxy52.38670.21380.2659
Hunter Lab72.3787-22.8163-33.2993
CIE-Lab77.5115-21.9029-34.7862

#3eceff color RGB value is (62,206,255).

#3eceff hex color red value is 62, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3eceff hue: 0.54 , saturation: 1.00 and the lightness value of 3eceff is 0.62.

The process color (four color CMYK) of #3eceff color hex is 0.76, 0.19, 0.00, 0.00. Web safe color of #3eceff is #33ccff. Color #3eceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001110 11111111
Octal 76 316 377
Decimal 62 206 255
Hex 3E CE FF

RGB Percentages of Color #3eceff

%11.85
%39.39
%48.76

CMYK Percentages of Color #3eceff

%76
%19
%0
%0

Triadic Colors of #3eceff

#3eceff #ff3ece #ceff3e

Analogous Colors of #3eceff

#3eceff #3e6eff #3effd0

Monochromatic Colors of #3eceff

#3eceff

Complementary Color

#3eceff #ff6f3e

#3eceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eceff Color CSS Codes

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

#3eceff Text Font Color

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

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


#3eceff Background Color

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

This div background color is #3eceff


#3eceff Border Color

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

This div border color is #3eceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eceff

Related Colors


Comments

No comments written yet.

Please login to write comment.