Color Hex Logo

#458b83 Color Hex

#458B83
(69,139,131)
0 Favorites   0 Comments

Color spaces of #458b83

RGB 69139131
HSL0.480.340.41
HSV173°50°55°
CMYK 0.500.000.06   0.45
XYZ15.783621.369124.7655
Yxy21.36910.25490.3451
Hunter Lab46.2267-19.94990.5947
CIE-Lab53.3511-24.1003-2.5132

#458b83 color RGB value is (69,139,131).

#458b83 hex color red value is 69, green value is 139 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #458b83 hue: 0.48 , saturation: 0.34 and the lightness value of 458b83 is 0.41.

The process color (four color CMYK) of #458b83 color hex is 0.50, 0.00, 0.06, 0.45. Web safe color of #458b83 is #339999. Color #458b83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001011 10000011
Octal 105 213 203
Decimal 69 139 131
Hex 45 8B 83

RGB Percentages of Color #458b83

%20.35
%41.00
%38.64

CMYK Percentages of Color #458b83

%50
%0
%6
%45

Triadic Colors of #458b83

#458b83 #83458b #8b8345

Analogous Colors of #458b83

#458b83 #45708b #458b60

Monochromatic Colors of #458b83

#458b83

Complementary Color

#458b83 #8b454d

#458b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#458b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#458b83 Color CSS Codes

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

#458b83 Text Font Color

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

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


#458b83 Background Color

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

This div background color is #458b83


#458b83 Border Color

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

This div border color is #458b83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #458b83


Comments

No comments written yet.

Please login to write comment.