Color Hex Logo

#127694 Color Hex

#127694
(18,118,148)
0 Favorites   0 Comments

Color spaces of #127694

RGB 18118148
HSL0.540.780.33
HSV194°88°58°
CMYK 0.880.200.00   0.42
XYZ12.073215.223630.3191
Yxy15.22360.20950.2642
Hunter Lab39.0174-13.0471-18.7600
CIE-Lab45.9389-15.6364-23.8104

#127694 color RGB value is (18,118,148).

#127694 hex color red value is 18, green value is 118 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #127694 hue: 0.54 , saturation: 0.78 and the lightness value of 127694 is 0.33.

The process color (four color CMYK) of #127694 color hex is 0.88, 0.20, 0.00, 0.42. Web safe color of #127694 is #006699. Color #127694 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 10010100
Octal 22 166 224
Decimal 18 118 148
Hex 12 76 94

RGB Percentages of Color #127694

%6.34
%41.55
%52.11

CMYK Percentages of Color #127694

%88
%20
%0
%42

Triadic Colors of #127694

#127694 #941276 #769412

Analogous Colors of #127694

#127694 #123594 #129471

Monochromatic Colors of #127694

#127694

Complementary Color

#127694 #943012

#127694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127694 Color CSS Codes

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

#127694 Text Font Color

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

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


#127694 Background Color

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

This div background color is #127694


#127694 Border Color

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

This div border color is #127694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127694


Comments

No comments written yet.

Please login to write comment.