Color Hex Logo

#46cfcc Color Hex

#46CFCC
(70,207,204)
0 Favorites   0 Comments

Color spaces of #46cfcc

RGB 70207204
HSL0.500.590.54
HSV179°66°81°
CMYK 0.660.000.01   0.19
XYZ35.737750.287464.9496
Yxy50.28740.23670.3331
Hunter Lab70.9136-34.1418-4.6640
CIE-Lab76.2453-36.7265-9.3150

#46cfcc color RGB value is (70,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 11001100
Octal 106 317 314
Decimal 70 207 204
Hex 46 CF CC

RGB Percentages of Color #46cfcc

%14.55
%43.04
%42.41

CMYK Percentages of Color #46cfcc

%66
%0
%1
%19

Triadic Colors of #46cfcc

#46cfcc #cc46cf #cfcc46

Analogous Colors of #46cfcc

#46cfcc #468ecf #46cf88

Monochromatic Colors of #46cfcc

#46cfcc

Complementary Color

#46cfcc #cf4649

#46cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfcc Color CSS Codes

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

#46cfcc Text Font Color

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

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


#46cfcc Background Color

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

This div background color is #46cfcc


#46cfcc Border Color

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

This div border color is #46cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfcc


Comments

No comments written yet.

Please login to write comment.