Color Hex Logo

#127fec Color Hex

#127FEC
(18,127,236)
0 Favorites   0 Comments

Color spaces of #127fec

RGB 18127236
HSL0.580.860.50
HSV210°92°93°
CMYK 0.920.460.00   0.07
XYZ22.979121.363582.2693
Yxy21.36350.18150.1687
Hunter Lab46.22077.8570-73.1773
CIE-Lab53.345012.5823-62.6008

#127fec color RGB value is (18,127,236).

#127fec hex color red value is 18, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #127fec hue: 0.58 , saturation: 0.86 and the lightness value of 127fec is 0.50.

The process color (four color CMYK) of #127fec color hex is 0.92, 0.46, 0.00, 0.07. Web safe color of #127fec is #0066ff. Color #127fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 11101100
Octal 22 177 354
Decimal 18 127 236
Hex 12 7F EC

RGB Percentages of Color #127fec

%4.72
%33.33
%61.94

CMYK Percentages of Color #127fec

%92
%46
%0
%7

Triadic Colors of #127fec

#127fec #ec127f #7fec12

Analogous Colors of #127fec

#127fec #1212ec #12ecec

Monochromatic Colors of #127fec

#127fec

Complementary Color

#127fec #ec7f12

#127fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fec Color CSS Codes

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

#127fec Text Font Color

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

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


#127fec Background Color

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

This div background color is #127fec


#127fec Border Color

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

This div border color is #127fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fec


Comments

No comments written yet.

Please login to write comment.