Color Hex Logo

#127faf Color Hex

#127FAF
(18,127,175)
0 Favorites   0 Comments

Color spaces of #127faf

RGB 18127175
HSL0.550.810.38
HSV198°90°69°
CMYK 0.900.270.00   0.31
XYZ15.576718.402543.2885
Yxy18.40250.20160.2382
Hunter Lab42.8981-10.2568-29.8008
CIE-Lab49.9807-10.7788-33.3023

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 10101111
Octal 22 177 257
Decimal 18 127 175
Hex 12 7F AF

RGB Percentages of Color #127faf

%5.63
%39.69
%54.69

CMYK Percentages of Color #127faf

%90
%27
%0
%31

Triadic Colors of #127faf

#127faf #af127f #7faf12

Analogous Colors of #127faf

#127faf #1231af #12af91

Monochromatic Colors of #127faf

#127faf

Complementary Color

#127faf #af4212

#127faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127faf Color CSS Codes

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

#127faf Text Font Color

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

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


#127faf Background Color

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

This div background color is #127faf


#127faf Border Color

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

This div border color is #127faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127faf


Comments

No comments written yet.

Please login to write comment.