Color Hex Logo

#3ebada Color Hex

#3EBADA
(62,186,218)
0 Favorites   0 Comments

Color spaces of #3ebada

RGB 62186218
HSL0.530.680.55
HSV192°72°85°
CMYK 0.720.150.00   0.15
XYZ32.200441.203972.5857
Yxy41.20390.22060.2822
Hunter Lab64.1903-22.7902-22.1113
CIE-Lab70.3185-23.5026-25.8886

#3ebada color RGB value is (62,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11011010
Octal 76 272 332
Decimal 62 186 218
Hex 3E BA DA

RGB Percentages of Color #3ebada

%13.30
%39.91
%46.78

CMYK Percentages of Color #3ebada

%72
%15
%0
%15

Triadic Colors of #3ebada

#3ebada #da3eba #bada3e

Analogous Colors of #3ebada

#3ebada #3e6cda #3edaac

Monochromatic Colors of #3ebada

#3ebada

Complementary Color

#3ebada #da5e3e

#3ebada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebada Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebada Color CSS Codes

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

#3ebada Text Font Color

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

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


#3ebada Background Color

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

This div background color is #3ebada


#3ebada Border Color

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

This div border color is #3ebada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebada


Comments

No comments written yet.

Please login to write comment.