Color Hex Logo

#3eabde Color Hex

#3EABDE
(62,171,222)
0 Favorites   0 Comments

Color spaces of #3eabde

RGB 62171222
HSL0.550.710.56
HSV199°72°87°
CMYK 0.720.230.00   0.13
XYZ29.734335.423974.3776
Yxy35.42390.21310.2539
Hunter Lab59.5180-14.9805-32.4301
CIE-Lab66.0774-14.3573-34.6270

#3eabde color RGB value is (62,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101011 11011110
Octal 76 253 336
Decimal 62 171 222
Hex 3E AB DE

RGB Percentages of Color #3eabde

%13.63
%37.58
%48.79

CMYK Percentages of Color #3eabde

%72
%23
%0
%13

Triadic Colors of #3eabde

#3eabde #de3eab #abde3e

Analogous Colors of #3eabde

#3eabde #3e5bde #3edec1

Monochromatic Colors of #3eabde

#3eabde

Complementary Color

#3eabde #de713e

#3eabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eabde Color CSS Codes

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

#3eabde Text Font Color

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

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


#3eabde Background Color

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

This div background color is #3eabde


#3eabde Border Color

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

This div border color is #3eabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eabde


Comments

No comments written yet.

Please login to write comment.