Color Hex Logo

#3eaada Color Hex

#3EAADA
(62,170,218)
0 Favorites   0 Comments

Color spaces of #3eaada

RGB 62170218
HSL0.550.680.55
HSV198°72°85°
CMYK 0.720.220.00   0.15
XYZ29.016234.835571.5243
Yxy34.83550.21430.2573
Hunter Lab59.0216-15.5336-30.5344
CIE-Lab65.6204-15.1423-33.1331

#3eaada color RGB value is (62,170,218).

#3eaada hex color red value is 62, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #3eaada hue: 0.55 , saturation: 0.68 and the lightness value of 3eaada is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101010 11011010
Octal 76 252 332
Decimal 62 170 218
Hex 3E AA DA

RGB Percentages of Color #3eaada

%13.78
%37.78
%48.44

CMYK Percentages of Color #3eaada

%72
%22
%0
%15

Triadic Colors of #3eaada

#3eaada #da3eaa #aada3e

Analogous Colors of #3eaada

#3eaada #3e5cda #3edabc

Monochromatic Colors of #3eaada

#3eaada

Complementary Color

#3eaada #da6e3e

#3eaada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eaada Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eaada Color CSS Codes

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

#3eaada Text Font Color

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

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


#3eaada Background Color

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

This div background color is #3eaada


#3eaada Border Color

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

This div border color is #3eaada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eaada


Comments

No comments written yet.

Please login to write comment.