Color Hex Logo

#127fee Color Hex

#127FEE
(18,127,238)
0 Favorites   0 Comments

Color spaces of #127fee

RGB 18127238
HSL0.580.870.50
HSV210°92°93°
CMYK 0.920.470.00   0.07
XYZ23.271421.480483.8085
Yxy21.48040.18100.1671
Hunter Lab46.34708.5200-74.7704
CIE-Lab53.471313.3533-63.5121

#127fee color RGB value is (18,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 11101110
Octal 22 177 356
Decimal 18 127 238
Hex 12 7F EE

RGB Percentages of Color #127fee

%4.70
%33.16
%62.14

CMYK Percentages of Color #127fee

%92
%47
%0
%7

Triadic Colors of #127fee

#127fee #ee127f #7fee12

Analogous Colors of #127fee

#127fee #1312ee #12edee

Monochromatic Colors of #127fee

#127fee

Complementary Color

#127fee #ee8112

#127fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fee Color CSS Codes

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

#127fee Text Font Color

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

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


#127fee Background Color

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

This div background color is #127fee


#127fee Border Color

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

This div border color is #127fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fee


Comments

No comments written yet.

Please login to write comment.