Color Hex Logo

#458dcb Color Hex

#458DCB
(69,141,203)
0 Favorites   0 Comments

Color spaces of #458dcb

RGB 69141203
HSL0.580.560.53
HSV208°66°80°
CMYK 0.660.310.00   0.20
XYZ22.758624.626860.0538
Yxy24.62680.21180.2292
Hunter Lab49.6254-4.9829-37.0116
CIE-Lab56.7100-2.9212-38.6555

#458dcb color RGB value is (69,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001101 11001011
Octal 105 215 313
Decimal 69 141 203
Hex 45 8D CB

RGB Percentages of Color #458dcb

%16.71
%34.14
%49.15

CMYK Percentages of Color #458dcb

%66
%31
%0
%20

Triadic Colors of #458dcb

#458dcb #cb458d #8dcb45

Analogous Colors of #458dcb

#458dcb #454acb #45cbc6

Monochromatic Colors of #458dcb

#458dcb

Complementary Color

#458dcb #cb8345

#458dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#458dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#458dcb Color CSS Codes

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

#458dcb Text Font Color

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

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


#458dcb Background Color

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

This div background color is #458dcb


#458dcb Border Color

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

This div border color is #458dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #458dcb


Comments

No comments written yet.

Please login to write comment.