Color Hex Logo

#46ccfd Color Hex

#46CCFD
(70,204,253)
0 Favorites   0 Comments

Color spaces of #46ccfd

RGB 70204253
HSL0.540.980.63
HSV196°72°99°
CMYK 0.720.190.00   0.01
XYZ41.848351.5797100.6787
Yxy51.57970.21560.2657
Hunter Lab71.8190-21.6729-32.8417
CIE-Lab77.0288-20.6074-34.4504

#46ccfd color RGB value is (70,204,253).

#46ccfd hex color red value is 70, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #46ccfd hue: 0.54 , saturation: 0.98 and the lightness value of 46ccfd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001100 11111101
Octal 106 314 375
Decimal 70 204 253
Hex 46 CC FD

RGB Percentages of Color #46ccfd

%13.28
%38.71
%48.01

CMYK Percentages of Color #46ccfd

%72
%19
%0
%1

Triadic Colors of #46ccfd

#46ccfd #fd46cc #ccfd46

Analogous Colors of #46ccfd

#46ccfd #4671fd #46fdd3

Monochromatic Colors of #46ccfd

#46ccfd

Complementary Color

#46ccfd #fd7746

#46ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ccfd Color CSS Codes

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

#46ccfd Text Font Color

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

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


#46ccfd Background Color

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

This div background color is #46ccfd


#46ccfd Border Color

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

This div border color is #46ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ccfd


Comments

No comments written yet.

Please login to write comment.