Color Hex Logo

#427069 Color Hex

#427069
(66,112,105)
0 Favorites   0 Comments

Color spaces of #427069

RGB 66112105
HSL0.470.260.35
HSV171°41°44°
CMYK 0.410.000.06   0.56
XYZ10.590713.766515.4636
Yxy13.76650.26600.3457
Hunter Lab37.1032-13.97981.2618
CIE-Lab43.8962-17.5715-1.0778

#427069 color RGB value is (66,112,105).

#427069 hex color red value is 66, green value is 112 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #427069 hue: 0.47 , saturation: 0.26 and the lightness value of 427069 is 0.35.

The process color (four color CMYK) of #427069 color hex is 0.41, 0.00, 0.06, 0.56. Web safe color of #427069 is #336666. Color #427069 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110000 01101001
Octal 102 160 151
Decimal 66 112 105
Hex 42 70 69

RGB Percentages of Color #427069

%23.32
%39.58
%37.10

CMYK Percentages of Color #427069

%41
%0
%6
%56

Triadic Colors of #427069

#427069 #694270 #706942

Analogous Colors of #427069

#427069 #426070 #427052

Monochromatic Colors of #427069

#427069

Complementary Color

#427069 #704249

#427069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#427069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#427069 Color CSS Codes

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

#427069 Text Font Color

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

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


#427069 Background Color

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

This div background color is #427069


#427069 Border Color

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

This div border color is #427069


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,112,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #427069; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #427069;
  -webkit-box-shadow: 1px 1px 3px 2px #427069;
  box-shadow:         1px 1px 3px 2px #427069; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #427069


Comments

No comments written yet.

Please login to write comment.