Color Hex Logo

#127bac Color Hex

#127BAC
(18,123,172)
0 Favorites   0 Comments

Color spaces of #127bac

RGB 18123172
HSL0.550.810.37
HSV199°90°67°
CMYK 0.900.280.00   0.33
XYZ14.778817.273141.5848
Yxy17.27310.20070.2346
Hunter Lab41.5609-9.2581-30.2314
CIE-Lab48.6023-9.5916-33.7236

#127bac color RGB value is (18,123,172).

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

The process color (four color CMYK) of #127bac color hex is 0.90, 0.28, 0.00, 0.33. Web safe color of #127bac is #006699. Color #127bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 10101100
Octal 22 173 254
Decimal 18 123 172
Hex 12 7B AC

RGB Percentages of Color #127bac

%5.75
%39.30
%54.95

CMYK Percentages of Color #127bac

%90
%28
%0
%33

Triadic Colors of #127bac

#127bac #ac127b #7bac12

Analogous Colors of #127bac

#127bac #122eac #12ac90

Monochromatic Colors of #127bac

#127bac

Complementary Color

#127bac #ac4312

#127bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#127bac Color CSS Codes

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

#127bac Text Font Color

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

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


#127bac Background Color

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

This div background color is #127bac


#127bac Border Color

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

This div border color is #127bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127bac


Comments

No comments written yet.

Please login to write comment.