Color Hex Logo

#46cfbe Color Hex

#46CFBE
(70,207,190)
0 Favorites   0 Comments

Color spaces of #46cfbe

RGB 70207190
HSL0.480.590.54
HSV173°66°81°
CMYK 0.660.000.08   0.19
XYZ34.132949.645456.4987
Yxy49.64540.24330.3539
Hunter Lab70.4595-36.83281.7793
CIE-Lab75.8511-40.5119-2.3509

#46cfbe color RGB value is (70,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 10111110
Octal 106 317 276
Decimal 70 207 190
Hex 46 CF BE

RGB Percentages of Color #46cfbe

%14.99
%44.33
%40.69

CMYK Percentages of Color #46cfbe

%66
%0
%8
%19

Triadic Colors of #46cfbe

#46cfbe #be46cf #cfbe46

Analogous Colors of #46cfbe

#46cfbe #469ccf #46cf7a

Monochromatic Colors of #46cfbe

#46cfbe

Complementary Color

#46cfbe #cf4657

#46cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cfbe Color CSS Codes

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

#46cfbe Text Font Color

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

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


#46cfbe Background Color

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

This div background color is #46cfbe


#46cfbe Border Color

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

This div border color is #46cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cfbe


Comments

No comments written yet.

Please login to write comment.