Color Hex Logo

#127fed Color Hex

#127FED
(18,127,237)
0 Favorites   0 Comments

Color spaces of #127fed

RGB 18127237
HSL0.580.860.50
HSV210°92°93°
CMYK 0.920.460.00   0.07
XYZ23.124921.421883.0368
Yxy21.42180.18130.1679
Hunter Lab46.28378.1882-73.9726
CIE-Lab53.408112.9680-63.0568

#127fed color RGB value is (18,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 11101101
Octal 22 177 355
Decimal 18 127 237
Hex 12 7F ED

RGB Percentages of Color #127fed

%4.71
%33.25
%62.04

CMYK Percentages of Color #127fed

%92
%46
%0
%7

Triadic Colors of #127fed

#127fed #ed127f #7fed12

Analogous Colors of #127fed

#127fed #1212ed #12eded

Monochromatic Colors of #127fed

#127fed

Complementary Color

#127fed #ed8012

#127fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fed Color CSS Codes

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

#127fed Text Font Color

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

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


#127fed Background Color

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

This div background color is #127fed


#127fed Border Color

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

This div border color is #127fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fed


Comments

No comments written yet.

Please login to write comment.