Color Hex Logo

#46cdff Color Hex

#46CDFF
(70,205,255)
0 Favorites   0 Comments

Color spaces of #46cdff

RGB 70205255
HSL0.551.000.64
HSV196°73°100°
CMYK 0.730.200.00   0.00
XYZ42.407152.1847102.4453
Yxy52.18470.21520.2648
Hunter Lab72.2390-21.6317-33.5145
CIE-Lab77.3911-20.4835-34.9588

#46cdff color RGB value is (70,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001101 11111111
Octal 106 315 377
Decimal 70 205 255
Hex 46 CD FF

RGB Percentages of Color #46cdff

%13.21
%38.68
%48.11

CMYK Percentages of Color #46cdff

%73
%20
%0
%0

Triadic Colors of #46cdff

#46cdff #ff46cd #cdff46

Analogous Colors of #46cdff

#46cdff #4671ff #46ffd5

Monochromatic Colors of #46cdff

#46cdff

Complementary Color

#46cdff #ff7846

#46cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cdff Color CSS Codes

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

#46cdff Text Font Color

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

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


#46cdff Background Color

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

This div background color is #46cdff


#46cdff Border Color

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

This div border color is #46cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cdff


Comments

No comments written yet.

Please login to write comment.