Color Hex Logo

#458caf Color Hex

#458CAF
(69,140,175)
0 Favorites   0 Comments

Color spaces of #458caf

RGB 69140175
HSL0.560.430.48
HSV200°61°69°
CMYK 0.610.200.00   0.31
XYZ19.570223.116543.9879
Yxy23.11650.22580.2667
Hunter Lab48.0796-11.4832-20.5885
CIE-Lab55.1921-11.6133-25.1048

#458caf color RGB value is (69,140,175).

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

The process color (four color CMYK) of #458caf color hex is 0.61, 0.20, 0.00, 0.31. Web safe color of #458caf is #339999. Color #458caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001100 10101111
Octal 105 214 257
Decimal 69 140 175
Hex 45 8C AF

RGB Percentages of Color #458caf

%17.97
%36.46
%45.57

CMYK Percentages of Color #458caf

%61
%20
%0
%31

Triadic Colors of #458caf

#458caf #af458c #8caf45

Analogous Colors of #458caf

#458caf #4557af #45af9d

Monochromatic Colors of #458caf

#458caf

Complementary Color

#458caf #af6845

#458caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#458caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#458caf Color CSS Codes

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

#458caf Text Font Color

<p style="color:#458caf">Text here</p>

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


#458caf Background Color

<div style="background-color:#458caf">
Div content here</div>

This div background color is #458caf


#458caf Border Color

<div style="border:3px solid #458caf">
Div here</div>

This div border color is #458caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #458caf


Comments

No comments written yet.

Please login to write comment.