Color Hex Logo

#127ece Color Hex

#127ECE
(18,126,206)
0 Favorites   0 Comments

Color spaces of #127ece

RGB 18126206
HSL0.570.840.44
HSV206°91°81°
CMYK 0.910.390.00   0.19
XYZ18.850919.506561.1641
Yxy19.50650.18940.1960
Hunter Lab44.1662-1.1038-51.1922
CIE-Lab51.27461.6101-49.0314

#127ece color RGB value is (18,126,206).

#127ece hex color red value is 18, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #127ece hue: 0.57 , saturation: 0.84 and the lightness value of 127ece is 0.44.

The process color (four color CMYK) of #127ece color hex is 0.91, 0.39, 0.00, 0.19. Web safe color of #127ece is #0066cc. Color #127ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11001110
Octal 22 176 316
Decimal 18 126 206
Hex 12 7E CE

RGB Percentages of Color #127ece

%5.14
%36.00
%58.86

CMYK Percentages of Color #127ece

%91
%39
%0
%19

Triadic Colors of #127ece

#127ece #ce127e #7ece12

Analogous Colors of #127ece

#127ece #1220ce #12cec0

Monochromatic Colors of #127ece

#127ece

Complementary Color

#127ece #ce6212

#127ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ece Color CSS Codes

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

#127ece Text Font Color

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

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


#127ece Background Color

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

This div background color is #127ece


#127ece Border Color

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

This div border color is #127ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ece


Comments

No comments written yet.

Please login to write comment.