Color Hex Logo

#3ec5e0 Color Hex

#3EC5E0
(62,197,224)
0 Favorites   0 Comments

Color spaces of #3ec5e0

RGB 62197224
HSL0.530.720.56
HSV190°72°88°
CMYK 0.720.120.00   0.12
XYZ35.407446.338577.5991
Yxy46.33850.22220.2908
Hunter Lab68.0724-26.2811-19.9369
CIE-Lab73.7646-27.1491-23.8803

#3ec5e0 color RGB value is (62,197,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 11000101 11100000
Octal 76 305 340
Decimal 62 197 224
Hex 3E C5 E0

RGB Percentages of Color #3ec5e0

%12.84
%40.79
%46.38

CMYK Percentages of Color #3ec5e0

%72
%12
%0
%12

Triadic Colors of #3ec5e0

#3ec5e0 #e03ec5 #c5e03e

Analogous Colors of #3ec5e0

#3ec5e0 #3e74e0 #3ee0aa

Monochromatic Colors of #3ec5e0

#3ec5e0

Complementary Color

#3ec5e0 #e0593e

#3ec5e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ec5e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ec5e0 Color CSS Codes

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

#3ec5e0 Text Font Color

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

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


#3ec5e0 Background Color

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

This div background color is #3ec5e0


#3ec5e0 Border Color

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

This div border color is #3ec5e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ec5e0


Comments

No comments written yet.

Please login to write comment.