Color Hex Logo

#46cccb Color Hex

#46CCCB
(70,204,203)
0 Favorites   0 Comments

Color spaces of #46cccb

RGB 70204203
HSL0.500.570.54
HSV180°66°80°
CMYK 0.660.000.00   0.20
XYZ34.898148.799664.0799
Yxy48.79960.23620.3302
Hunter Lab69.8567-33.0766-5.4873
CIE-Lab75.3265-35.6145-10.1444

#46cccb color RGB value is (70,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 11001011
Octal 106 314 313
Decimal 70 204 203
Hex 46 CC CB

RGB Percentages of Color #46cccb

%14.68
%42.77
%42.56

CMYK Percentages of Color #46cccb

%66
%0
%0
%20

Triadic Colors of #46cccb

#46cccb #cb46cc #cccb46

Analogous Colors of #46cccb

#46cccb #468acc #46cc88

Monochromatic Colors of #46cccb

#46cccb

Complementary Color

#46cccb #cc4647

#46cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cccb Color CSS Codes

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

#46cccb Text Font Color

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

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


#46cccb Background Color

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

This div background color is #46cccb


#46cccb Border Color

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

This div border color is #46cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cccb


Comments

No comments written yet.

Please login to write comment.