Color Hex Logo

#458c71 Color Hex

#458C71
(69,140,113)
0 Favorites   0 Comments

Color spaces of #458c71

RGB 69140113
HSL0.440.340.41
HSV157°51°55°
CMYK 0.510.000.19   0.45
XYZ14.813021.213618.9367
Yxy21.21360.26950.3860
Hunter Lab46.0582-23.19377.8639
CIE-Lab53.1825-29.12657.6423

#458c71 color RGB value is (69,140,113).

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

The process color (four color CMYK) of #458c71 color hex is 0.51, 0.00, 0.19, 0.45. Web safe color of #458c71 is #339966. Color #458c71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 10001100 01110001
Octal 105 214 161
Decimal 69 140 113
Hex 45 8C 71

RGB Percentages of Color #458c71

%21.43
%43.48
%35.09

CMYK Percentages of Color #458c71

%51
%0
%19
%45

Triadic Colors of #458c71

#458c71 #71458c #8c7145

Analogous Colors of #458c71

#458c71 #45848c #458c4e

Monochromatic Colors of #458c71

#458c71

Complementary Color

#458c71 #8c4560

#458c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#458c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#458c71 Color CSS Codes

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

#458c71 Text Font Color

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

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


#458c71 Background Color

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

This div background color is #458c71


#458c71 Border Color

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

This div border color is #458c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #458c71


Comments

No comments written yet.

Please login to write comment.