Color Hex Logo

#42947d Color Hex

#42947D
(66,148,125)
0 Favorites   0 Comments

Color spaces of #42947d

RGB 66148125
HSL0.450.380.42
HSV163°55°58°
CMYK 0.550.000.16   0.42
XYZ16.538323.818723.1278
Yxy23.81870.26050.3752
Hunter Lab48.8044-24.91966.0663
CIE-Lab55.9058-30.79974.6441

#42947d color RGB value is (66,148,125).

#42947d hex color red value is 66, green value is 148 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #42947d hue: 0.45 , saturation: 0.38 and the lightness value of 42947d is 0.42.

The process color (four color CMYK) of #42947d color hex is 0.55, 0.00, 0.16, 0.42. Web safe color of #42947d is #339966. Color #42947d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10010100 01111101
Octal 102 224 175
Decimal 66 148 125
Hex 42 94 7D

RGB Percentages of Color #42947d

%19.47
%43.66
%36.87

CMYK Percentages of Color #42947d

%55
%0
%16
%42

Triadic Colors of #42947d

#42947d #7d4294 #947d42

Analogous Colors of #42947d

#42947d #428294 #429454

Monochromatic Colors of #42947d

#42947d

Complementary Color

#42947d #944259

#42947d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42947d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42947d Color CSS Codes

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

#42947d Text Font Color

<p style="color:#42947d">Text here</p>

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


#42947d Background Color

<div style="background-color:#42947d">
Div content here</div>

This div background color is #42947d


#42947d Border Color

<div style="border:3px solid #42947d">
Div here</div>

This div border color is #42947d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,148,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42947d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42947d;
  -webkit-box-shadow: 1px 1px 3px 2px #42947d;
  box-shadow:         1px 1px 3px 2px #42947d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42947d


Comments

No comments written yet.

Please login to write comment.