Color Hex Logo

#3ebadc Color Hex

#3EBADC
(62,186,220)
0 Favorites   0 Comments

Color spaces of #3ebadc

RGB 62186220
HSL0.540.690.55
HSV193°72°86°
CMYK 0.720.150.00   0.14
XYZ32.463841.309373.9726
Yxy41.30930.21970.2796
Hunter Lab64.2723-22.3166-23.2477
CIE-Lab70.3921-22.8718-26.8676

#3ebadc color RGB value is (62,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11011100
Octal 76 272 334
Decimal 62 186 220
Hex 3E BA DC

RGB Percentages of Color #3ebadc

%13.25
%39.74
%47.01

CMYK Percentages of Color #3ebadc

%72
%15
%0
%14

Triadic Colors of #3ebadc

#3ebadc #dc3eba #badc3e

Analogous Colors of #3ebadc

#3ebadc #3e6bdc #3edcaf

Monochromatic Colors of #3ebadc

#3ebadc

Complementary Color

#3ebadc #dc603e

#3ebadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebadc Color CSS Codes

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

#3ebadc Text Font Color

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

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


#3ebadc Background Color

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

This div background color is #3ebadc


#3ebadc Border Color

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

This div border color is #3ebadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebadc


Comments

No comments written yet.

Please login to write comment.