Color Hex Logo

#46cfbc Color Hex

#46CFBC
(70,207,188)
0 Favorites   0 Comments

Color spaces of #46cfbc

RGB 70207188
HSL0.480.590.54
HSV172°66°81°
CMYK 0.660.000.09   0.19
XYZ33.915749.558655.3552
Yxy49.55860.24430.3570
Hunter Lab70.3979-37.20002.6576
CIE-Lab75.7975-41.0365-1.3516

#46cfbc color RGB value is (70,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 10111100
Octal 106 317 274
Decimal 70 207 188
Hex 46 CF BC

RGB Percentages of Color #46cfbc

%15.05
%44.52
%40.43

CMYK Percentages of Color #46cfbc

%66
%0
%9
%19

Triadic Colors of #46cfbc

#46cfbc #bc46cf #cfbc46

Analogous Colors of #46cfbc

#46cfbc #469ecf #46cf78

Monochromatic Colors of #46cfbc

#46cfbc

Complementary Color

#46cfbc #cf4659

#46cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfbc Color CSS Codes

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

#46cfbc Text Font Color

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

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


#46cfbc Background Color

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

This div background color is #46cfbc


#46cfbc Border Color

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

This div border color is #46cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfbc


Comments

No comments written yet.

Please login to write comment.