Color Hex Logo

#127efe Color Hex

#127EFE
(18,126,254)
0 Favorites   0 Comments

Color spaces of #127efe

RGB 18126254
HSL0.590.990.53
HSV213°93°100°
CMYK 0.930.500.00   0.00
XYZ25.599722.206196.7029
Yxy22.20610.17710.1537
Hunter Lab47.123314.5040-88.6840
CIE-Lab54.245020.1204-71.1336

#127efe color RGB value is (18,126,254).

#127efe hex color red value is 18, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #127efe hue: 0.59 , saturation: 0.99 and the lightness value of 127efe is 0.53.

The process color (four color CMYK) of #127efe color hex is 0.93, 0.50, 0.00, 0.00. Web safe color of #127efe is #0066ff. Color #127efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11111110
Octal 22 176 376
Decimal 18 126 254
Hex 12 7E FE

RGB Percentages of Color #127efe

%4.52
%31.66
%63.82

CMYK Percentages of Color #127efe

%93
%50
%0
%0

Triadic Colors of #127efe

#127efe #fe127e #7efe12

Analogous Colors of #127efe

#127efe #1c12fe #12f4fe

Monochromatic Colors of #127efe

#127efe

Complementary Color

#127efe #fe9212

#127efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#127efe Color CSS Codes

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

#127efe Text Font Color

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

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


#127efe Background Color

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

This div background color is #127efe


#127efe Border Color

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

This div border color is #127efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127efe

Related Colors


Comments

No comments written yet.

Please login to write comment.