Color Hex Logo

#127bae Color Hex

#127BAE
(18,123,174)
0 Favorites   0 Comments

Color spaces of #127bae

RGB 18123174
HSL0.550.810.38
HSV200°90°68°
CMYK 0.900.290.00   0.32
XYZ14.972417.350542.6043
Yxy17.35050.19980.2316
Hunter Lab41.6539-8.7330-31.4850
CIE-Lab48.6987-8.8380-34.7338

#127bae color RGB value is (18,123,174).

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

The process color (four color CMYK) of #127bae color hex is 0.90, 0.29, 0.00, 0.32. Web safe color of #127bae is #006699. Color #127bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 10101110
Octal 22 173 256
Decimal 18 123 174
Hex 12 7B AE

RGB Percentages of Color #127bae

%5.71
%39.05
%55.24

CMYK Percentages of Color #127bae

%90
%29
%0
%32

Triadic Colors of #127bae

#127bae #ae127b #7bae12

Analogous Colors of #127bae

#127bae #122dae #12ae93

Monochromatic Colors of #127bae

#127bae

Complementary Color

#127bae #ae4512

#127bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#127bae Color CSS Codes

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

#127bae Text Font Color

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

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


#127bae Background Color

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

This div background color is #127bae


#127bae Border Color

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

This div border color is #127bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127bae


Comments

No comments written yet.

Please login to write comment.