Color Hex Logo

#127eeb Color Hex

#127EEB
(18,126,235)
0 Favorites   0 Comments

Color spaces of #127eeb

RGB 18126235
HSL0.580.860.50
HSV210°92°92°
CMYK 0.920.460.00   0.08
XYZ22.705721.048581.4633
Yxy21.04850.18130.1681
Hunter Lab45.87868.0534-73.1618
CIE-Lab53.002512.8184-62.5945

#127eeb color RGB value is (18,126,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11101011
Octal 22 176 353
Decimal 18 126 235
Hex 12 7E EB

RGB Percentages of Color #127eeb

%4.75
%33.25
%62.01

CMYK Percentages of Color #127eeb

%92
%46
%0
%8

Triadic Colors of #127eeb

#127eeb #eb127e #7eeb12

Analogous Colors of #127eeb

#127eeb #1212eb #12ebeb

Monochromatic Colors of #127eeb

#127eeb

Complementary Color

#127eeb #eb7f12

#127eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#127eeb Color CSS Codes

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

#127eeb Text Font Color

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

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


#127eeb Background Color

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

This div background color is #127eeb


#127eeb Border Color

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

This div border color is #127eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127eeb


Comments

No comments written yet.

Please login to write comment.