Color Hex Logo

#46c1e7 Color Hex

#46C1E7
(70,193,231)
0 Favorites   0 Comments

Color spaces of #46c1e7

RGB 70193231
HSL0.540.770.59
HSV194°70°91°
CMYK 0.700.160.00   0.09
XYZ36.019645.211582.4296
Yxy45.21150.22010.2763
Hunter Lab67.2395-22.0483-25.6166
CIE-Lab73.0309-21.9250-28.7778

#46c1e7 color RGB value is (70,193,231).

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

The process color (four color CMYK) of #46c1e7 color hex is 0.70, 0.16, 0.00, 0.09. Web safe color of #46c1e7 is #33ccff. Color #46c1e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11000001 11100111
Octal 106 301 347
Decimal 70 193 231
Hex 46 C1 E7

RGB Percentages of Color #46c1e7

%14.17
%39.07
%46.76

CMYK Percentages of Color #46c1e7

%70
%16
%0
%9

Triadic Colors of #46c1e7

#46c1e7 #e746c1 #c1e746

Analogous Colors of #46c1e7

#46c1e7 #4671e7 #46e7bd

Monochromatic Colors of #46c1e7

#46c1e7

Complementary Color

#46c1e7 #e76c46

#46c1e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46c1e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46c1e7 Color CSS Codes

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

#46c1e7 Text Font Color

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

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


#46c1e7 Background Color

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

This div background color is #46c1e7


#46c1e7 Border Color

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

This div border color is #46c1e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46c1e7


Comments

No comments written yet.

Please login to write comment.