Color Hex Logo

#3ecbff Color Hex

#3ECBFF
(62,203,255)
0 Favorites   0 Comments

Color spaces of #3ecbff

RGB 62203255
HSL0.541.000.62
HSV196°76°100°
CMYK 0.760.200.00   0.00
XYZ41.392550.9560102.2616
Yxy50.95600.21270.2618
Hunter Lab71.3835-21.4159-34.9685
CIE-Lab76.6523-20.3707-36.1154

#3ecbff color RGB value is (62,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001011 11111111
Octal 76 313 377
Decimal 62 203 255
Hex 3E CB FF

RGB Percentages of Color #3ecbff

%11.92
%39.04
%49.04

CMYK Percentages of Color #3ecbff

%76
%20
%0
%0

Triadic Colors of #3ecbff

#3ecbff #ff3ecb #cbff3e

Analogous Colors of #3ecbff

#3ecbff #3e6bff #3effd3

Monochromatic Colors of #3ecbff

#3ecbff

Complementary Color

#3ecbff #ff723e

#3ecbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ecbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ecbff Color CSS Codes

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

#3ecbff Text Font Color

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

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


#3ecbff Background Color

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

This div background color is #3ecbff


#3ecbff Border Color

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

This div border color is #3ecbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ecbff


Comments

No comments written yet.

Please login to write comment.