Color Hex Logo

#46cffd Color Hex

#46CFFD
(70,207,253)
0 Favorites   0 Comments

Color spaces of #46cffd

RGB 70207253
HSL0.540.980.63
HSV195°72°99°
CMYK 0.720.180.00   0.01
XYZ42.568253.0196100.9187
Yxy53.01960.21660.2698
Hunter Lab72.8146-23.0724-31.2039
CIE-Lab77.8866-22.1358-33.1263

#46cffd color RGB value is (70,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11001111 11111101
Octal 106 317 375
Decimal 70 207 253
Hex 46 CF FD

RGB Percentages of Color #46cffd

%13.21
%39.06
%47.74

CMYK Percentages of Color #46cffd

%72
%18
%0
%1

Triadic Colors of #46cffd

#46cffd #fd46cf #cffd46

Analogous Colors of #46cffd

#46cffd #4674fd #46fdd0

Monochromatic Colors of #46cffd

#46cffd

Complementary Color

#46cffd #fd7446

#46cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46cffd Color CSS Codes

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

#46cffd Text Font Color

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

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


#46cffd Background Color

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

This div background color is #46cffd


#46cffd Border Color

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

This div border color is #46cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46cffd


Comments

No comments written yet.

Please login to write comment.