Color Hex Logo

#3ebade Color Hex

#3EBADE
(62,186,222)
0 Favorites   0 Comments

Color spaces of #3ebade

RGB 62186222
HSL0.540.710.56
HSV194°72°87°
CMYK 0.720.160.00   0.13
XYZ32.730341.415975.3762
Yxy41.41590.21890.2770
Hunter Lab64.3552-21.8385-24.3950
CIE-Lab70.4663-22.2380-27.8447

#3ebade color RGB value is (62,186,222).

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

The process color (four color CMYK) of #3ebade color hex is 0.72, 0.16, 0.00, 0.13. Web safe color of #3ebade is #33cccc. Color #3ebade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11011110
Octal 76 272 336
Decimal 62 186 222
Hex 3E BA DE

RGB Percentages of Color #3ebade

%13.19
%39.57
%47.23

CMYK Percentages of Color #3ebade

%72
%16
%0
%13

Triadic Colors of #3ebade

#3ebade #de3eba #bade3e

Analogous Colors of #3ebade

#3ebade #3e6ade #3edeb2

Monochromatic Colors of #3ebade

#3ebade

Complementary Color

#3ebade #de623e

#3ebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebade Color CSS Codes

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

#3ebade Text Font Color

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

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


#3ebade Background Color

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

This div background color is #3ebade


#3ebade Border Color

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

This div border color is #3ebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebade


Comments

No comments written yet.

Please login to write comment.