Color Hex Logo

#3eafba Color Hex

#3EAFBA
(62,175,186)
0 Favorites   0 Comments

Color spaces of #3eafba

RGB 62175186
HSL0.510.500.49
HSV185°67°73°
CMYK 0.670.060.00   0.27
XYZ26.179535.229251.8745
Yxy35.22920.23110.3110
Hunter Lab59.3542-25.1384-10.2705
CIE-Lab65.9267-27.8123-14.9519

#3eafba color RGB value is (62,175,186).

#3eafba hex color red value is 62, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #3eafba hue: 0.51 , saturation: 0.50 and the lightness value of 3eafba is 0.49.

The process color (four color CMYK) of #3eafba color hex is 0.67, 0.06, 0.00, 0.27. Web safe color of #3eafba is #3399cc. Color #3eafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101111 10111010
Octal 76 257 272
Decimal 62 175 186
Hex 3E AF BA

RGB Percentages of Color #3eafba

%14.66
%41.37
%43.97

CMYK Percentages of Color #3eafba

%67
%6
%0
%27

Triadic Colors of #3eafba

#3eafba #ba3eaf #afba3e

Analogous Colors of #3eafba

#3eafba #3e71ba #3eba87

Monochromatic Colors of #3eafba

#3eafba

Complementary Color

#3eafba #ba493e

#3eafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eafba Color CSS Codes

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

#3eafba Text Font Color

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

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


#3eafba Background Color

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

This div background color is #3eafba


#3eafba Border Color

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

This div border color is #3eafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eafba


Comments

No comments written yet.

Please login to write comment.