Color Hex Logo

#46fafa Color Hex

#46FAFA
(70,250,250)
0 Favorites   0 Comments

Color spaces of #46fafa

RGB 70250250
HSL0.500.950.63
HSV180°72°98°
CMYK 0.720.000.00   0.02
XYZ53.966776.5754102.3787
Yxy76.57540.23170.3288
Hunter Lab87.5074-43.0551-8.1108
CIE-Lab90.1258-43.4083-12.9600

#46fafa color RGB value is (70,250,250).

#46fafa hex color red value is 70, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #46fafa hue: 0.50 , saturation: 0.95 and the lightness value of 46fafa is 0.63.

The process color (four color CMYK) of #46fafa color hex is 0.72, 0.00, 0.00, 0.02. Web safe color of #46fafa is #33ffff. Color #46fafa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111010 11111010
Octal 106 372 372
Decimal 70 250 250
Hex 46 FA FA

RGB Percentages of Color #46fafa

%12.28
%43.86
%43.86

CMYK Percentages of Color #46fafa

%72
%0
%0
%2

Triadic Colors of #46fafa

#46fafa #fa46fa #fafa46

Analogous Colors of #46fafa

#46fafa #46a0fa #46faa0

Monochromatic Colors of #46fafa

#46fafa

Complementary Color

#46fafa #fa4646

#46fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#46fafa Color CSS Codes

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

#46fafa Text Font Color

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

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


#46fafa Background Color

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

This div background color is #46fafa


#46fafa Border Color

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

This div border color is #46fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46fafa

Related Colors


Comments

No comments written yet.

Please login to write comment.