Color Hex Logo

#46cbcc Color Hex

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

Color spaces of #46cbcc

RGB 70203204
HSL0.500.570.54
HSV180°66°80°
CMYK 0.660.000.00   0.20
XYZ34.780848.373664.6306
Yxy48.37360.23530.3273
Hunter Lab69.5511-32.4510-6.4096
CIE-Lab75.0600-34.8673-11.0826

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

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

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

Base Numbers

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

RGB Percentages of Color #46cbcc

%14.68
%42.56
%42.77

CMYK Percentages of Color #46cbcc

%66
%0
%0
%20

Triadic Colors of #46cbcc

#46cbcc #cc46cb #cbcc46

Analogous Colors of #46cbcc

#46cbcc #4688cc #46cc8a

Monochromatic Colors of #46cbcc

#46cbcc

Complementary Color

#46cbcc #cc4746

#46cbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cbcc Color CSS Codes

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

#46cbcc Text Font Color

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

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


#46cbcc Background Color

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

This div background color is #46cbcc


#46cbcc Border Color

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

This div border color is #46cbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cbcc


Comments

No comments written yet.

Please login to write comment.