Color Hex Logo

#127fae Color Hex

#127FAE
(18,127,174)
0 Favorites   0 Comments

Color spaces of #127fae

RGB 18127174
HSL0.550.810.38
HSV198°90°68°
CMYK 0.900.270.00   0.32
XYZ15.478818.363342.7731
Yxy18.36330.20200.2397
Hunter Lab42.8524-10.5154-29.1836
CIE-Lab49.9338-11.1512-32.7971

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 10101110
Octal 22 177 256
Decimal 18 127 174
Hex 12 7F AE

RGB Percentages of Color #127fae

%5.64
%39.81
%54.55

CMYK Percentages of Color #127fae

%90
%27
%0
%32

Triadic Colors of #127fae

#127fae #ae127f #7fae12

Analogous Colors of #127fae

#127fae #1231ae #12ae8f

Monochromatic Colors of #127fae

#127fae

Complementary Color

#127fae #ae4112

#127fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fae Color CSS Codes

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

#127fae Text Font Color

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

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


#127fae Background Color

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

This div background color is #127fae


#127fae Border Color

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

This div border color is #127fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fae


Comments

No comments written yet.

Please login to write comment.