Color Hex Logo

#3ebacc Color Hex

#3EBACC
(62,186,204)
0 Favorites   0 Comments

Color spaces of #3ebacc

RGB 62186204
HSL0.520.580.52
HSV188°70°80°
CMYK 0.700.090.00   0.20
XYZ30.444640.501663.3397
Yxy40.50160.22670.3016
Hunter Lab63.6409-25.9805-14.4608
CIE-Lab69.8253-27.8307-18.9813

#3ebacc color RGB value is (62,186,204).

#3ebacc hex color red value is 62, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3ebacc hue: 0.52 , saturation: 0.58 and the lightness value of 3ebacc is 0.52.

The process color (four color CMYK) of #3ebacc color hex is 0.70, 0.09, 0.00, 0.20. Web safe color of #3ebacc is #33cccc. Color #3ebacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11001100
Octal 76 272 314
Decimal 62 186 204
Hex 3E BA CC

RGB Percentages of Color #3ebacc

%13.72
%41.15
%45.13

CMYK Percentages of Color #3ebacc

%70
%9
%0
%20

Triadic Colors of #3ebacc

#3ebacc #cc3eba #bacc3e

Analogous Colors of #3ebacc

#3ebacc #3e73cc #3ecc97

Monochromatic Colors of #3ebacc

#3ebacc

Complementary Color

#3ebacc #cc503e

#3ebacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebacc Color CSS Codes

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

#3ebacc Text Font Color

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

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


#3ebacc Background Color

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

This div background color is #3ebacc


#3ebacc Border Color

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

This div border color is #3ebacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebacc


Comments

No comments written yet.

Please login to write comment.