Color Hex Logo

#127fba Color Hex

#127FBA
(18,127,186)
0 Favorites   0 Comments

Color spaces of #127fba

RGB 18127186
HSL0.560.820.40
HSV201°90°73°
CMYK 0.900.320.00   0.27
XYZ16.701818.852549.2130
Yxy18.85250.19700.2224
Hunter Lab43.4195-7.3220-36.8075
CIE-Lab50.5142-6.6430-38.8068

#127fba color RGB value is (18,127,186).

#127fba hex color red value is 18, green value is 127 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #127fba hue: 0.56 , saturation: 0.82 and the lightness value of 127fba is 0.40.

The process color (four color CMYK) of #127fba color hex is 0.90, 0.32, 0.00, 0.27. Web safe color of #127fba is #0066cc. Color #127fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 10111010
Octal 22 177 272
Decimal 18 127 186
Hex 12 7F BA

RGB Percentages of Color #127fba

%5.44
%38.37
%56.19

CMYK Percentages of Color #127fba

%90
%32
%0
%27

Triadic Colors of #127fba

#127fba #ba127f #7fba12

Analogous Colors of #127fba

#127fba #122bba #12baa1

Monochromatic Colors of #127fba

#127fba

Complementary Color

#127fba #ba4d12

#127fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fba Color CSS Codes

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

#127fba Text Font Color

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

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


#127fba Background Color

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

This div background color is #127fba


#127fba Border Color

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

This div border color is #127fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fba


Comments

No comments written yet.

Please login to write comment.