Color Hex Logo

#3ebadb Color Hex

#3EBADB
(62,186,219)
0 Favorites   0 Comments

Color spaces of #3ebadb

RGB 62186219
HSL0.540.690.55
HSV193°72°86°
CMYK 0.720.150.00   0.14
XYZ32.331741.256473.2771
Yxy41.25640.22010.2809
Hunter Lab64.2311-22.5539-22.6783
CIE-Lab70.3552-23.1875-26.3784

#3ebadb color RGB value is (62,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11011011
Octal 76 272 333
Decimal 62 186 219
Hex 3E BA DB

RGB Percentages of Color #3ebadb

%13.28
%39.83
%46.90

CMYK Percentages of Color #3ebadb

%72
%15
%0
%14

Triadic Colors of #3ebadb

#3ebadb #db3eba #badb3e

Analogous Colors of #3ebadb

#3ebadb #3e6cdb #3edbae

Monochromatic Colors of #3ebadb

#3ebadb

Complementary Color

#3ebadb #db5f3e

#3ebadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebadb Color CSS Codes

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

#3ebadb Text Font Color

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

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


#3ebadb Background Color

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

This div background color is #3ebadb


#3ebadb Border Color

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

This div border color is #3ebadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebadb


Comments

No comments written yet.

Please login to write comment.