Color Hex Logo

#46ccca Color Hex

#46CCCA
(70,204,202)
0 Favorites   0 Comments

Color spaces of #46ccca

RGB 70204202
HSL0.500.570.54
HSV179°66°80°
CMYK 0.660.000.01   0.20
XYZ34.779348.752163.4541
Yxy48.75210.23660.3317
Hunter Lab69.8227-33.2773-5.0062
CIE-Lab75.2968-35.8935-9.6481

#46ccca color RGB value is (70,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 11001010
Octal 106 314 312
Decimal 70 204 202
Hex 46 CC CA

RGB Percentages of Color #46ccca

%14.71
%42.86
%42.44

CMYK Percentages of Color #46ccca

%66
%0
%1
%20

Triadic Colors of #46ccca

#46ccca #ca46cc #ccca46

Analogous Colors of #46ccca

#46ccca #468bcc #46cc87

Monochromatic Colors of #46ccca

#46ccca

Complementary Color

#46ccca #cc4648

#46ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccca Color CSS Codes

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

#46ccca Text Font Color

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

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


#46ccca Background Color

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

This div background color is #46ccca


#46ccca Border Color

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

This div border color is #46ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccca


Comments

No comments written yet.

Please login to write comment.