Color Hex Logo

#126090 Color Hex

#126090
(18,96,144)
0 Favorites   0 Comments

Color spaces of #126090

RGB 1896144
HSL0.560.780.32
HSV203°88°56°
CMYK 0.880.330.00   0.44
XYZ9.466410.508027.9149
Yxy10.50800.19770.2194
Hunter Lab32.4160-4.6010-28.3660
CIE-Lab38.7391-4.1773-32.6763

#126090 color RGB value is (18,96,144).

#126090 hex color red value is 18, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #126090 hue: 0.56 , saturation: 0.78 and the lightness value of 126090 is 0.32.

The process color (four color CMYK) of #126090 color hex is 0.88, 0.33, 0.00, 0.44. Web safe color of #126090 is #006699. Color #126090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100000 10010000
Octal 22 140 220
Decimal 18 96 144
Hex 12 60 90

RGB Percentages of Color #126090

%6.98
%37.21
%55.81

CMYK Percentages of Color #126090

%88
%33
%0
%44

Triadic Colors of #126090

#126090 #901260 #609012

Analogous Colors of #126090

#126090 #122190 #129081

Monochromatic Colors of #126090

#126090

Complementary Color

#126090 #904212

#126090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126090 Color CSS Codes

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

#126090 Text Font Color

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

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


#126090 Background Color

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

This div background color is #126090


#126090 Border Color

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

This div border color is #126090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126090


Comments

No comments written yet.

Please login to write comment.