Color Hex Logo

#126071 Color Hex

#126071
(18,96,113)
0 Favorites   0 Comments

Color spaces of #126071

RGB 1896113
HSL0.530.730.26
HSV191°84°44°
CMYK 0.840.150.00   0.56
XYZ7.41309.686617.1018
Yxy9.68660.21670.2832
Hunter Lab31.1233-11.9504-10.7927
CIE-Lab37.2740-16.0027-16.0572

#126071 color RGB value is (18,96,113).

#126071 hex color red value is 18, green value is 96 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #126071 hue: 0.53 , saturation: 0.73 and the lightness value of 126071 is 0.26.

The process color (four color CMYK) of #126071 color hex is 0.84, 0.15, 0.00, 0.56. Web safe color of #126071 is #006666. Color #126071 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 01110001
Octal 22 140 161
Decimal 18 96 113
Hex 12 60 71

RGB Percentages of Color #126071

%7.93
%42.29
%49.78

CMYK Percentages of Color #126071

%84
%15
%0
%56

Triadic Colors of #126071

#126071 #711260 #607112

Analogous Colors of #126071

#126071 #123171 #127153

Monochromatic Colors of #126071

#126071

Complementary Color

#126071 #712312

#126071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126071 Color CSS Codes

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

#126071 Text Font Color

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

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


#126071 Background Color

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

This div background color is #126071


#126071 Border Color

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

This div border color is #126071


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,96,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126071; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126071;
  -webkit-box-shadow: 1px 1px 3px 2px #126071;
  box-shadow:         1px 1px 3px 2px #126071; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,96,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 #126071">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126071


Comments

No comments written yet.

Please login to write comment.