Color Hex Logo

#458dcc Color Hex

#458DCC
(69,141,204)
0 Favorites   0 Comments

Color spaces of #458dcc

RGB 69141204
HSL0.580.570.54
HSV208°66°80°
CMYK 0.660.310.00   0.20
XYZ22.878224.674660.6836
Yxy24.67460.21140.2280
Hunter Lab49.6735-4.7167-37.6601
CIE-Lab56.7570-2.5809-39.1458

#458dcc color RGB value is (69,141,204).

#458dcc hex color red value is 69, green value is 141 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #458dcc hue: 0.58 , saturation: 0.57 and the lightness value of 458dcc is 0.54.

The process color (four color CMYK) of #458dcc color hex is 0.66, 0.31, 0.00, 0.20. Web safe color of #458dcc is #3399cc. Color #458dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001101 11001100
Octal 105 215 314
Decimal 69 141 204
Hex 45 8D CC

RGB Percentages of Color #458dcc

%16.67
%34.06
%49.28

CMYK Percentages of Color #458dcc

%66
%31
%0
%20

Triadic Colors of #458dcc

#458dcc #cc458d #8dcc45

Analogous Colors of #458dcc

#458dcc #4549cc #45ccc8

Monochromatic Colors of #458dcc

#458dcc

Complementary Color

#458dcc #cc8445

#458dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#458dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#458dcc Color CSS Codes

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

#458dcc Text Font Color

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

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


#458dcc Background Color

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

This div background color is #458dcc


#458dcc Border Color

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

This div border color is #458dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #458dcc


Comments

No comments written yet.

Please login to write comment.