Color Hex Logo

#46cafd Color Hex

#46CAFD
(70,202,253)
0 Favorites   0 Comments

Color spaces of #46cafd

RGB 70202253
HSL0.550.980.63
HSV197°72°99°
CMYK 0.720.200.00   0.01
XYZ41.375950.6350100.5213
Yxy50.63500.21490.2630
Hunter Lab71.1583-20.7358-33.9449
CIE-Lab76.4574-19.5810-35.3341

#46cafd color RGB value is (70,202,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001010 11111101
Octal 106 312 375
Decimal 70 202 253
Hex 46 CA FD

RGB Percentages of Color #46cafd

%13.33
%38.48
%48.19

CMYK Percentages of Color #46cafd

%72
%20
%0
%1

Triadic Colors of #46cafd

#46cafd #fd46ca #cafd46

Analogous Colors of #46cafd

#46cafd #466ffd #46fdd5

Monochromatic Colors of #46cafd

#46cafd

Complementary Color

#46cafd #fd7946

#46cafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cafd Color CSS Codes

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

#46cafd Text Font Color

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

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


#46cafd Background Color

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

This div background color is #46cafd


#46cafd Border Color

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

This div border color is #46cafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cafd


Comments

No comments written yet.

Please login to write comment.