Color Hex Logo

#46ccbd Color Hex

#46CCBD
(70,204,189)
0 Favorites   0 Comments

Color spaces of #46ccbd

RGB 70204189
HSL0.480.570.54
HSV173°66°80°
CMYK 0.660.000.07   0.20
XYZ33.304048.161955.6850
Yxy48.16190.24280.3512
Hunter Lab69.3988-35.78691.0053
CIE-Lab74.9269-39.4290-3.1690

#46ccbd color RGB value is (70,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 10111101
Octal 106 314 275
Decimal 70 204 189
Hex 46 CC BD

RGB Percentages of Color #46ccbd

%15.12
%44.06
%40.82

CMYK Percentages of Color #46ccbd

%66
%0
%7
%20

Triadic Colors of #46ccbd

#46ccbd #bd46cc #ccbd46

Analogous Colors of #46ccbd

#46ccbd #4698cc #46cc7a

Monochromatic Colors of #46ccbd

#46ccbd

Complementary Color

#46ccbd #cc4655

#46ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccbd Color CSS Codes

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

#46ccbd Text Font Color

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

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


#46ccbd Background Color

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

This div background color is #46ccbd


#46ccbd Border Color

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

This div border color is #46ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccbd


Comments

No comments written yet.

Please login to write comment.