Color Hex Logo

#46ccbe Color Hex

#46CCBE
(70,204,190)
0 Favorites   0 Comments

Color spaces of #46ccbe

RGB 70204190
HSL0.480.570.54
HSV174°66°80°
CMYK 0.660.000.07   0.20
XYZ33.412948.205556.2588
Yxy48.20550.24230.3496
Hunter Lab69.4302-35.60070.5588
CIE-Lab74.9544-39.1634-3.6692

#46ccbe color RGB value is (70,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 10111110
Octal 106 314 276
Decimal 70 204 190
Hex 46 CC BE

RGB Percentages of Color #46ccbe

%15.09
%43.97
%40.95

CMYK Percentages of Color #46ccbe

%66
%0
%7
%20

Triadic Colors of #46ccbe

#46ccbe #be46cc #ccbe46

Analogous Colors of #46ccbe

#46ccbe #4697cc #46cc7b

Monochromatic Colors of #46ccbe

#46ccbe

Complementary Color

#46ccbe #cc4654

#46ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccbe Color CSS Codes

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

#46ccbe Text Font Color

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

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


#46ccbe Background Color

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

This div background color is #46ccbe


#46ccbe Border Color

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

This div border color is #46ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccbe


Comments

No comments written yet.

Please login to write comment.