color codes Logo

#42826c color codes

#42826C
(66,130,108)
0 Favorites   0 Comments

Color spaces of #42826c

RGB 66130108
HSL0.440.330.38
HSV159°49°51°
CMYK 0.490.000.17   0.49
XYZ12.936218.206217.0197
Yxy18.20620.26860.3780
Hunter Lab42.6687-20.55316.2185
CIE-Lab49.7453-26.19165.6180

#42826c color RGB value is (66,130,108).

#42826c hex color red value is 66, green value is 130 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #42826c hue: 0.44 , saturation: 0.33 and the lightness value of 42826c is 0.38.

The process color (four color CMYK) of #42826c color code is 0.49, 0.00, 0.17, 0.49. Web safe color of #42826c is #339966. Color #42826c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10000010 01101100
Octal 102 202 154
Decimal 66 130 108
Hex 42 82 6C

RGB Percentages of Color #42826c

%21.71
%42.76
%35.53

CMYK Percentages of Color #42826c

%49
%0
%17
%49

Triadic Colors of #42826c

#42826c #6c4282 #826c42

Analogous Colors of #42826c

#42826c #427882 #42824c

Monochromatic Colors of #42826c

#42826c

Complementary Color

#42826c #824258

#42826c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42826c Color Preview on White Background

Lorem ipsum dolor sit amet.

#42826c Color CSS Codes

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

#42826c Text Font Color

<p style="color:#42826c">Text here</p>

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


#42826c Background Color

<div style="background-color:#42826c">
Div content here</div>

This div background color is #42826c


#42826c Border Color

<div style="border:3px solid #42826c">
Div here</div>

This div border color is #42826c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42826c


Comments

No comments written yet.

Please login to write comment.