Color Hex Logo

#46ccba Color Hex

#46CCBA
(70,204,186)
0 Favorites   0 Comments

Color spaces of #46ccba

RGB 70204186
HSL0.480.570.54
HSV172°66°80°
CMYK 0.660.000.09   0.20
XYZ32.981648.033053.9874
Yxy48.03300.24430.3558
Hunter Lab69.3058-36.33982.3288
CIE-Lab74.8457-40.2201-1.6669

#46ccba color RGB value is (70,204,186).

#46ccba hex color red value is 70, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #46ccba hue: 0.48 , saturation: 0.57 and the lightness value of 46ccba is 0.54.

The process color (four color CMYK) of #46ccba color hex is 0.66, 0.00, 0.09, 0.20. Web safe color of #46ccba is #33cccc. Color #46ccba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 10111010
Octal 106 314 272
Decimal 70 204 186
Hex 46 CC BA

RGB Percentages of Color #46ccba

%15.22
%44.35
%40.43

CMYK Percentages of Color #46ccba

%66
%0
%9
%20

Triadic Colors of #46ccba

#46ccba #ba46cc #ccba46

Analogous Colors of #46ccba

#46ccba #469bcc #46cc77

Monochromatic Colors of #46ccba

#46ccba

Complementary Color

#46ccba #cc4658

#46ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccba Color CSS Codes

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

#46ccba Text Font Color

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

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


#46ccba Background Color

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

This div background color is #46ccba


#46ccba Border Color

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

This div border color is #46ccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccba


Comments

No comments written yet.

Please login to write comment.