Color Hex Logo

#46baca Color Hex

#46BACA
(70,186,202)
0 Favorites   0 Comments

Color spaces of #46baca

RGB 70186202
HSL0.520.550.53
HSV187°65°79°
CMYK 0.650.080.00   0.21
XYZ30.745440.684262.1095
Yxy40.68420.23020.3047
Hunter Lab63.7842-25.5813-13.0844
CIE-Lab69.9541-27.2628-17.6713

#46baca color RGB value is (70,186,202).

#46baca hex color red value is 70, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #46baca hue: 0.52 , saturation: 0.55 and the lightness value of 46baca is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 11001010
Octal 106 272 312
Decimal 70 186 202
Hex 46 BA CA

RGB Percentages of Color #46baca

%15.28
%40.61
%44.10

CMYK Percentages of Color #46baca

%65
%8
%0
%21

Triadic Colors of #46baca

#46baca #ca46ba #baca46

Analogous Colors of #46baca

#46baca #4678ca #46ca98

Monochromatic Colors of #46baca

#46baca

Complementary Color

#46baca #ca5646

#46baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#46baca Color CSS Codes

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

#46baca Text Font Color

<p style="color:#46baca">Text here</p>

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


#46baca Background Color

<div style="background-color:#46baca">
Div content here</div>

This div background color is #46baca


#46baca Border Color

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

This div border color is #46baca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #46baca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46baca


Comments

No comments written yet.

Please login to write comment.