Color Hex Logo

#3ea5c2 Color Hex

#3EA5C2
(62,165,194)
0 Favorites   0 Comments

Color spaces of #3ea5c2

RGB 62165194
HSL0.540.520.50
HSV193°68°76°
CMYK 0.680.150.00   0.24
XYZ25.179331.829455.8555
Yxy31.82940.22310.2820
Hunter Lab56.4176-19.0657-19.2070
CIE-Lab63.2016-20.2631-23.5481

#3ea5c2 color RGB value is (62,165,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10100101 11000010
Octal 76 245 302
Decimal 62 165 194
Hex 3E A5 C2

RGB Percentages of Color #3ea5c2

%14.73
%39.19
%46.08

CMYK Percentages of Color #3ea5c2

%68
%15
%0
%24

Triadic Colors of #3ea5c2

#3ea5c2 #c23ea5 #a5c23e

Analogous Colors of #3ea5c2

#3ea5c2 #3e63c2 #3ec29d

Monochromatic Colors of #3ea5c2

#3ea5c2

Complementary Color

#3ea5c2 #c25b3e

#3ea5c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ea5c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ea5c2 Color CSS Codes

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

#3ea5c2 Text Font Color

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

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


#3ea5c2 Background Color

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

This div background color is #3ea5c2


#3ea5c2 Border Color

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

This div border color is #3ea5c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ea5c2


Comments

No comments written yet.

Please login to write comment.