Color Hex Logo

#459dfd Color Hex

#459DFD
(69,157,253)
0 Favorites   0 Comments

Color spaces of #459dfd

RGB 69157253
HSL0.590.980.63
HSV211°73°99°
CMYK 0.730.380.00   0.01
XYZ32.240832.471097.4968
Yxy32.47100.19880.2002
Hunter Lab56.98331.2733-61.5551
CIE-Lab63.73035.0408-55.3043

#459dfd color RGB value is (69,157,253).

#459dfd hex color red value is 69, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #459dfd hue: 0.59 , saturation: 0.98 and the lightness value of 459dfd is 0.63.

The process color (four color CMYK) of #459dfd color hex is 0.73, 0.38, 0.00, 0.01. Web safe color of #459dfd is #3399ff. Color #459dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011101 11111101
Octal 105 235 375
Decimal 69 157 253
Hex 45 9D FD

RGB Percentages of Color #459dfd

%14.41
%32.78
%52.82

CMYK Percentages of Color #459dfd

%73
%38
%0
%1

Triadic Colors of #459dfd

#459dfd #fd459d #9dfd45

Analogous Colors of #459dfd

#459dfd #4945fd #45f9fd

Monochromatic Colors of #459dfd

#459dfd

Complementary Color

#459dfd #fda545

#459dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#459dfd Color CSS Codes

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

#459dfd Text Font Color

<p style="color:#459dfd">Text here</p>

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


#459dfd Background Color

<div style="background-color:#459dfd">
Div content here</div>

This div background color is #459dfd


#459dfd Border Color

<div style="border:3px solid #459dfd">
Div here</div>

This div border color is #459dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,157,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #459dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #459dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #459dfd;
  box-shadow:         1px 1px 3px 2px #459dfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,157,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 #459dfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459dfd


Comments

No comments written yet.

Please login to write comment.