Color Hex Logo

#4a8282 Color Hex

#4A8282
(74,130,130)
0 Favorites   0 Comments

Color spaces of #4a8282

RGB 74130130
HSL0.500.270.40
HSV180°43°51°
CMYK 0.430.000.00   0.49
XYZ14.835919.032824.0109
Yxy19.03280.25630.3288
Hunter Lab43.6266-15.6449-2.0930
CIE-Lab50.7256-18.3977-5.7872

#4a8282 color RGB value is (74,130,130).

#4a8282 hex color red value is 74, green value is 130 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #4a8282 hue: 0.50 , saturation: 0.27 and the lightness value of 4a8282 is 0.40.

The process color (four color CMYK) of #4a8282 color hex is 0.43, 0.00, 0.00, 0.49. Web safe color of #4a8282 is #339999. Color #4a8282 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10000010 10000010
Octal 112 202 202
Decimal 74 130 130
Hex 4A 82 82

RGB Percentages of Color #4a8282

%22.16
%38.92
%38.92

CMYK Percentages of Color #4a8282

%43
%0
%0
%49

Triadic Colors of #4a8282

#4a8282 #824a82 #82824a

Analogous Colors of #4a8282

#4a8282 #4a6682 #4a8266

Monochromatic Colors of #4a8282

#4a8282

Complementary Color

#4a8282 #824a4a

#4a8282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a8282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a8282 Color CSS Codes

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

#4a8282 Text Font Color

<p style="color:#4a8282">Text here</p>

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


#4a8282 Background Color

<div style="background-color:#4a8282">
Div content here</div>

This div background color is #4a8282


#4a8282 Border Color

<div style="border:3px solid #4a8282">
Div here</div>

This div border color is #4a8282


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,130,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a8282; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a8282;
  -webkit-box-shadow: 1px 1px 3px 2px #4a8282;
  box-shadow:         1px 1px 3px 2px #4a8282; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a8282


Comments

No comments written yet.

Please login to write comment.