Color Hex Logo

#3eacde Color Hex

#3EACDE
(62,172,222)
0 Favorites   0 Comments

Color spaces of #3eacde

RGB 62172222
HSL0.550.710.56
HSV199°72°87°
CMYK 0.720.230.00   0.13
XYZ29.923935.803174.4408
Yxy35.80310.21350.2554
Hunter Lab59.8357-15.4444-31.8769
CIE-Lab66.3692-14.8953-34.1737

#3eacde color RGB value is (62,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10101100 11011110
Octal 76 254 336
Decimal 62 172 222
Hex 3E AC DE

RGB Percentages of Color #3eacde

%13.60
%37.72
%48.68

CMYK Percentages of Color #3eacde

%72
%23
%0
%13

Triadic Colors of #3eacde

#3eacde #de3eac #acde3e

Analogous Colors of #3eacde

#3eacde #3e5cde #3edec0

Monochromatic Colors of #3eacde

#3eacde

Complementary Color

#3eacde #de703e

#3eacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3eacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#3eacde Color CSS Codes

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

#3eacde Text Font Color

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

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


#3eacde Background Color

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

This div background color is #3eacde


#3eacde Border Color

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

This div border color is #3eacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3eacde


Comments

No comments written yet.

Please login to write comment.