Color Hex Logo

#127baf Color Hex

#127BAF
(18,123,175)
0 Favorites   0 Comments

Color spaces of #127baf

RGB 18123175
HSL0.560.810.38
HSV200°90°69°
CMYK 0.900.300.00   0.31
XYZ15.070317.389743.1197
Yxy17.38970.19940.2301
Hunter Lab41.7010-8.4686-32.1165
CIE-Lab48.7474-8.4605-35.2373

#127baf color RGB value is (18,123,175).

#127baf hex color red value is 18, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #127baf hue: 0.56 , saturation: 0.81 and the lightness value of 127baf is 0.38.

The process color (four color CMYK) of #127baf color hex is 0.90, 0.30, 0.00, 0.31. Web safe color of #127baf is #006699. Color #127baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 10101111
Octal 22 173 257
Decimal 18 123 175
Hex 12 7B AF

RGB Percentages of Color #127baf

%5.70
%38.92
%55.38

CMYK Percentages of Color #127baf

%90
%30
%0
%31

Triadic Colors of #127baf

#127baf #af127b #7baf12

Analogous Colors of #127baf

#127baf #122daf #12af95

Monochromatic Colors of #127baf

#127baf

Complementary Color

#127baf #af4612

#127baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127baf Color CSS Codes

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

#127baf Text Font Color

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

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


#127baf Background Color

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

This div background color is #127baf


#127baf Border Color

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

This div border color is #127baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127baf


Comments

No comments written yet.

Please login to write comment.