Color Hex Logo

#3ea2dc Color Hex

#3EA2DC
(62,162,220)
0 Favorites   0 Comments

Color spaces of #3ea2dc

RGB 62162220
HSL0.560.690.55
HSV202°72°86°
CMYK 0.720.260.00   0.14
XYZ27.825232.032172.4264
Yxy32.03210.21030.2421
Hunter Lab56.5969-11.2872-36.2549
CIE-Lab63.3694-10.1106-37.7420

#3ea2dc color RGB value is (62,162,220).

#3ea2dc hex color red value is 62, green value is 162 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3ea2dc hue: 0.56 , saturation: 0.69 and the lightness value of 3ea2dc is 0.55.

The process color (four color CMYK) of #3ea2dc color hex is 0.72, 0.26, 0.00, 0.14. Web safe color of #3ea2dc is #3399cc. Color #3ea2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10100010 11011100
Octal 76 242 334
Decimal 62 162 220
Hex 3E A2 DC

RGB Percentages of Color #3ea2dc

%13.96
%36.49
%49.55

CMYK Percentages of Color #3ea2dc

%72
%26
%0
%14

Triadic Colors of #3ea2dc

#3ea2dc #dc3ea2 #a2dc3e

Analogous Colors of #3ea2dc

#3ea2dc #3e53dc #3edcc7

Monochromatic Colors of #3ea2dc

#3ea2dc

Complementary Color

#3ea2dc #dc783e

#3ea2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ea2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ea2dc Color CSS Codes

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

#3ea2dc Text Font Color

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

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


#3ea2dc Background Color

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

This div background color is #3ea2dc


#3ea2dc Border Color

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

This div border color is #3ea2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ea2dc


Comments

No comments written yet.

Please login to write comment.