Color Hex Logo

#126978 Color Hex

#126978
(18,105,120)
0 Favorites   0 Comments

Color spaces of #126978

RGB 18105120
HSL0.520.740.27
HSV189°85°47°
CMYK 0.850.130.00   0.53
XYZ8.691211.587819.5479
Yxy11.58780.21820.2910
Hunter Lab34.0409-13.9975-10.2186
CIE-Lab40.5533-18.5046-15.3204

#126978 color RGB value is (18,105,120).

#126978 hex color red value is 18, green value is 105 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #126978 hue: 0.52 , saturation: 0.74 and the lightness value of 126978 is 0.27.

The process color (four color CMYK) of #126978 color hex is 0.85, 0.13, 0.00, 0.53. Web safe color of #126978 is #006666. Color #126978 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01111000
Octal 22 151 170
Decimal 18 105 120
Hex 12 69 78

RGB Percentages of Color #126978

%7.41
%43.21
%49.38

CMYK Percentages of Color #126978

%85
%13
%0
%53

Triadic Colors of #126978

#126978 #781269 #697812

Analogous Colors of #126978

#126978 #123678 #127854

Monochromatic Colors of #126978

#126978

Complementary Color

#126978 #782112

#126978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126978 Color CSS Codes

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

#126978 Text Font Color

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

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


#126978 Background Color

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

This div background color is #126978


#126978 Border Color

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

This div border color is #126978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126978


Comments

No comments written yet.

Please login to write comment.