Color Hex Logo

#459daf Color Hex

#459DAF
(69,157,175)
0 Favorites   0 Comments

Color spaces of #459daf

RGB 69157175
HSL0.530.430.48
HSV190°61°69°
CMYK 0.610.100.00   0.31
XYZ22.249128.474344.8809
Yxy28.47430.23270.2978
Hunter Lab53.3613-18.9564-12.5145
CIE-Lab60.3148-20.7939-17.2664

#459daf color RGB value is (69,157,175).

#459daf hex color red value is 69, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #459daf hue: 0.53 , saturation: 0.43 and the lightness value of 459daf is 0.48.

The process color (four color CMYK) of #459daf color hex is 0.61, 0.10, 0.00, 0.31. Web safe color of #459daf is #339999. Color #459daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10011101 10101111
Octal 105 235 257
Decimal 69 157 175
Hex 45 9D AF

RGB Percentages of Color #459daf

%17.21
%39.15
%43.64

CMYK Percentages of Color #459daf

%61
%10
%0
%31

Triadic Colors of #459daf

#459daf #af459d #9daf45

Analogous Colors of #459daf

#459daf #4568af #45af8c

Monochromatic Colors of #459daf

#459daf

Complementary Color

#459daf #af5745

#459daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#459daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#459daf Color CSS Codes

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

#459daf Text Font Color

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

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


#459daf Background Color

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

This div background color is #459daf


#459daf Border Color

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

This div border color is #459daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,157,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #459daf


Comments

No comments written yet.

Please login to write comment.