Color Hex Logo

#46bdfd Color Hex

#46BDFD
(70,189,253)
0 Favorites   0 Comments

Color spaces of #46bdfd

RGB 70189253
HSL0.560.980.63
HSV201°72°99°
CMYK 0.720.250.00   0.01
XYZ38.453044.789199.5470
Yxy44.78910.21040.2450
Hunter Lab66.9247-14.5571-41.3436
CIE-Lab72.7528-12.7549-41.0901

#46bdfd color RGB value is (70,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111101 11111101
Octal 106 275 375
Decimal 70 189 253
Hex 46 BD FD

RGB Percentages of Color #46bdfd

%13.67
%36.91
%49.41

CMYK Percentages of Color #46bdfd

%72
%25
%0
%1

Triadic Colors of #46bdfd

#46bdfd #fd46bd #bdfd46

Analogous Colors of #46bdfd

#46bdfd #4662fd #46fde2

Monochromatic Colors of #46bdfd

#46bdfd

Complementary Color

#46bdfd #fd8646

#46bdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bdfd Color CSS Codes

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

#46bdfd Text Font Color

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

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


#46bdfd Background Color

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

This div background color is #46bdfd


#46bdfd Border Color

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

This div border color is #46bdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.