Color Hex Logo

#3eaec2 Color Hex

#3EAEC2
(62,174,194)
0 Favorites   0 Comments

Color spaces of #3eaec2

RGB 62174194
HSL0.530.520.50
HSV189°68°76°
CMYK 0.680.100.00   0.24
XYZ26.860335.191356.4158
Yxy35.19130.22670.2971
Hunter Lab59.3223-22.9916-14.8595
CIE-Lab65.8973-24.8897-19.4340

#3eaec2 color RGB value is (62,174,194).

#3eaec2 hex color red value is 62, green value is 174 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #3eaec2 hue: 0.53 , saturation: 0.52 and the lightness value of 3eaec2 is 0.50.

The process color (four color CMYK) of #3eaec2 color hex is 0.68, 0.10, 0.00, 0.24. Web safe color of #3eaec2 is #3399cc. Color #3eaec2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101110 11000010
Octal 76 256 302
Decimal 62 174 194
Hex 3E AE C2

RGB Percentages of Color #3eaec2

%14.42
%40.47
%45.12

CMYK Percentages of Color #3eaec2

%68
%10
%0
%24

Triadic Colors of #3eaec2

#3eaec2 #c23eae #aec23e

Analogous Colors of #3eaec2

#3eaec2 #3e6cc2 #3ec294

Monochromatic Colors of #3eaec2

#3eaec2

Complementary Color

#3eaec2 #c2523e

#3eaec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaec2 Color CSS Codes

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

#3eaec2 Text Font Color

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

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


#3eaec2 Background Color

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

This div background color is #3eaec2


#3eaec2 Border Color

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

This div border color is #3eaec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaec2


Comments

No comments written yet.

Please login to write comment.