Color Hex Logo

#3eabd4 Color Hex

#3EABD4
(62,171,212)
0 Favorites   0 Comments

Color spaces of #3eabd4

RGB 62171212
HSL0.550.640.54
HSV196°71°83°
CMYK 0.710.190.00   0.17
XYZ28.433234.903467.5258
Yxy34.90340.21730.2667
Hunter Lab59.0791-17.4811-26.4115
CIE-Lab65.6734-17.6408-29.7396

#3eabd4 color RGB value is (62,171,212).

#3eabd4 hex color red value is 62, green value is 171 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #3eabd4 hue: 0.55 , saturation: 0.64 and the lightness value of 3eabd4 is 0.54.

The process color (four color CMYK) of #3eabd4 color hex is 0.71, 0.19, 0.00, 0.17. Web safe color of #3eabd4 is #3399cc. Color #3eabd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11010100
Octal 76 253 324
Decimal 62 171 212
Hex 3E AB D4

RGB Percentages of Color #3eabd4

%13.93
%38.43
%47.64

CMYK Percentages of Color #3eabd4

%71
%19
%0
%17

Triadic Colors of #3eabd4

#3eabd4 #d43eab #abd43e

Analogous Colors of #3eabd4

#3eabd4 #3e60d4 #3ed4b2

Monochromatic Colors of #3eabd4

#3eabd4

Complementary Color

#3eabd4 #d4673e

#3eabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabd4 Color CSS Codes

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

#3eabd4 Text Font Color

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

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


#3eabd4 Background Color

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

This div background color is #3eabd4


#3eabd4 Border Color

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

This div border color is #3eabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabd4


Comments

No comments written yet.

Please login to write comment.