Color Hex Logo

#46ccbc Color Hex

#46CCBC
(70,204,188)
0 Favorites   0 Comments

Color spaces of #46ccbc

RGB 70204188
HSL0.480.570.54
HSV173°66°80°
CMYK 0.660.000.08   0.20
XYZ33.195848.118755.1152
Yxy48.11870.24330.3527
Hunter Lab69.3676-35.97241.4492
CIE-Lab74.8997-39.6939-2.6685

#46ccbc color RGB value is (70,204,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 10111100
Octal 106 314 274
Decimal 70 204 188
Hex 46 CC BC

RGB Percentages of Color #46ccbc

%15.15
%44.16
%40.69

CMYK Percentages of Color #46ccbc

%66
%0
%8
%20

Triadic Colors of #46ccbc

#46ccbc #bc46cc #ccbc46

Analogous Colors of #46ccbc

#46ccbc #4699cc #46cc79

Monochromatic Colors of #46ccbc

#46ccbc

Complementary Color

#46ccbc #cc4656

#46ccbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccbc Color CSS Codes

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

#46ccbc Text Font Color

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

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


#46ccbc Background Color

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

This div background color is #46ccbc


#46ccbc Border Color

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

This div border color is #46ccbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccbc


Comments

No comments written yet.

Please login to write comment.