Color Hex Logo

#3ecaed Color Hex

#3ECAED
(62,202,237)
0 Favorites   0 Comments

Color spaces of #3ecaed

RGB 62202237
HSL0.530.830.59
HSV192°74°93°
CMYK 0.740.150.00   0.07
XYZ38.393249.379687.6284
Yxy49.37960.21890.2815
Hunter Lab70.2706-25.4480-24.7460
CIE-Lab75.6869-25.5935-27.9529

#3ecaed color RGB value is (62,202,237).

#3ecaed hex color red value is 62, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #3ecaed hue: 0.53 , saturation: 0.83 and the lightness value of 3ecaed is 0.59.

The process color (four color CMYK) of #3ecaed color hex is 0.74, 0.15, 0.00, 0.07. Web safe color of #3ecaed is #33ccff. Color #3ecaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 11001010 11101101
Octal 76 312 355
Decimal 62 202 237
Hex 3E CA ED

RGB Percentages of Color #3ecaed

%12.38
%40.32
%47.31

CMYK Percentages of Color #3ecaed

%74
%15
%0
%7

Triadic Colors of #3ecaed

#3ecaed #ed3eca #caed3e

Analogous Colors of #3ecaed

#3ecaed #3e73ed #3eedb9

Monochromatic Colors of #3ecaed

#3ecaed

Complementary Color

#3ecaed #ed613e

#3ecaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ecaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ecaed Color CSS Codes

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

#3ecaed Text Font Color

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

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


#3ecaed Background Color

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

This div background color is #3ecaed


#3ecaed Border Color

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

This div border color is #3ecaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ecaed


Comments

No comments written yet.

Please login to write comment.