Color Hex Logo

#127dba Color Hex

#127DBA
(18,125,186)
0 Favorites   0 Comments

Color spaces of #127dba

RGB 18125186
HSL0.560.820.40
HSV202°90°73°
CMYK 0.900.330.00   0.27
XYZ16.446018.341049.1277
Yxy18.34100.19600.2186
Hunter Lab42.8264-6.3994-38.0352
CIE-Lab49.9071-5.4635-39.7647

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 10111010
Octal 22 175 272
Decimal 18 125 186
Hex 12 7D BA

RGB Percentages of Color #127dba

%5.47
%37.99
%56.53

CMYK Percentages of Color #127dba

%90
%33
%0
%27

Triadic Colors of #127dba

#127dba #ba127d #7dba12

Analogous Colors of #127dba

#127dba #1229ba #12baa3

Monochromatic Colors of #127dba

#127dba

Complementary Color

#127dba #ba4f12

#127dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#127dba Color CSS Codes

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

#127dba Text Font Color

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

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


#127dba Background Color

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

This div background color is #127dba


#127dba Border Color

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

This div border color is #127dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127dba


Comments

No comments written yet.

Please login to write comment.