Color Hex Logo

#3ebaca Color Hex

#3EBACA
(62,186,202)
0 Favorites   0 Comments

Color spaces of #3ebaca

RGB 62186202
HSL0.520.570.52
HSV187°69°79°
CMYK 0.690.080.00   0.21
XYZ30.206240.406262.0843
Yxy40.40620.22760.3045
Hunter Lab63.5659-26.4179-13.4120
CIE-Lab69.7579-28.4354-17.9872

#3ebaca color RGB value is (62,186,202).

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

The process color (four color CMYK) of #3ebaca color hex is 0.69, 0.08, 0.00, 0.21. Web safe color of #3ebaca is #33cccc. Color #3ebaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111110 10111010 11001010
Octal 76 272 312
Decimal 62 186 202
Hex 3E BA CA

RGB Percentages of Color #3ebaca

%13.78
%41.33
%44.89

CMYK Percentages of Color #3ebaca

%69
%8
%0
%21

Triadic Colors of #3ebaca

#3ebaca #ca3eba #baca3e

Analogous Colors of #3ebaca

#3ebaca #3e74ca #3eca94

Monochromatic Colors of #3ebaca

#3ebaca

Complementary Color

#3ebaca #ca4e3e

#3ebaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ebaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ebaca Color CSS Codes

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

#3ebaca Text Font Color

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

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


#3ebaca Background Color

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

This div background color is #3ebaca


#3ebaca Border Color

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

This div border color is #3ebaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ebaca

#3ebaca Color Palettes


Comments

No comments written yet.

Please login to write comment.