Color Hex Logo

#127eee Color Hex

#127EEE
(18,126,238)
0 Favorites   0 Comments

Color spaces of #127eee

RGB 18126238
HSL0.580.870.50
HSV211°92°93°
CMYK 0.920.470.00   0.07
XYZ23.142921.223483.7657
Yxy21.22340.18060.1656
Hunter Lab46.06899.0498-75.5571
CIE-Lab53.193113.9755-63.9605

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11101110
Octal 22 176 356
Decimal 18 126 238
Hex 12 7E EE

RGB Percentages of Color #127eee

%4.71
%32.98
%62.30

CMYK Percentages of Color #127eee

%92
%47
%0
%7

Triadic Colors of #127eee

#127eee #ee127e #7eee12

Analogous Colors of #127eee

#127eee #1412ee #12ecee

Monochromatic Colors of #127eee

#127eee

Complementary Color

#127eee #ee8212

#127eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#127eee Color CSS Codes

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

#127eee Text Font Color

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

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


#127eee Background Color

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

This div background color is #127eee


#127eee Border Color

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

This div border color is #127eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,126,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 #127eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127eee


Comments

No comments written yet.

Please login to write comment.