Color Hex Logo

#46ceff Color Hex

#46CEFF
(70,206,255)
0 Favorites   0 Comments

Color spaces of #46ceff

RGB 70206255
HSL0.541.000.64
HSV196°73°100°
CMYK 0.730.190.00   0.00
XYZ42.647152.6647102.5253
Yxy52.66470.21560.2662
Hunter Lab72.5704-22.1001-32.9638
CIE-Lab77.6766-20.9946-34.5176

#46ceff color RGB value is (70,206,255).

#46ceff hex color red value is 70, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #46ceff hue: 0.54 , saturation: 1.00 and the lightness value of 46ceff is 0.64.

The process color (four color CMYK) of #46ceff color hex is 0.73, 0.19, 0.00, 0.00. Web safe color of #46ceff is #33ccff. Color #46ceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001110 11111111
Octal 106 316 377
Decimal 70 206 255
Hex 46 CE FF

RGB Percentages of Color #46ceff

%13.18
%38.79
%48.02

CMYK Percentages of Color #46ceff

%73
%19
%0
%0

Triadic Colors of #46ceff

#46ceff #ff46ce #ceff46

Analogous Colors of #46ceff

#46ceff #4672ff #46ffd4

Monochromatic Colors of #46ceff

#46ceff

Complementary Color

#46ceff #ff7746

#46ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ceff Color CSS Codes

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

#46ceff Text Font Color

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

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


#46ceff Background Color

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

This div background color is #46ceff


#46ceff Border Color

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

This div border color is #46ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ceff

Related Colors


Comments

No comments written yet.

Please login to write comment.