Color Hex Logo

#127ead Color Hex

#127EAD
(18,126,173)
0 Favorites   0 Comments

Color spaces of #127ead

RGB 18126173
HSL0.550.810.37
HSV198°90°68°
CMYK 0.900.270.00   0.32
XYZ15.253118.067442.2186
Yxy18.06740.20190.2392
Hunter Lab42.5058-10.3308-29.1354
CIE-Lab49.5778-10.9501-32.7753

#127ead color RGB value is (18,126,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 10101101
Octal 22 176 255
Decimal 18 126 173
Hex 12 7E AD

RGB Percentages of Color #127ead

%5.68
%39.75
%54.57

CMYK Percentages of Color #127ead

%90
%27
%0
%32

Triadic Colors of #127ead

#127ead #ad127e #7ead12

Analogous Colors of #127ead

#127ead #1230ad #12ad8f

Monochromatic Colors of #127ead

#127ead

Complementary Color

#127ead #ad4112

#127ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ead Color CSS Codes

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

#127ead Text Font Color

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

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


#127ead Background Color

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

This div background color is #127ead


#127ead Border Color

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

This div border color is #127ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ead


Comments

No comments written yet.

Please login to write comment.