Color Hex Logo

#127ecb Color Hex

#127ECB
(18,126,203)
0 Favorites   0 Comments

Color spaces of #127ecb

RGB 18126203
HSL0.570.840.43
HSV205°91°80°
CMYK 0.910.380.00   0.20
XYZ18.489819.362159.2627
Yxy19.36210.19040.1994
Hunter Lab44.0024-1.9985-49.0505
CIE-Lab51.10820.4536-47.5903

#127ecb color RGB value is (18,126,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11001011
Octal 22 176 313
Decimal 18 126 203
Hex 12 7E CB

RGB Percentages of Color #127ecb

%5.19
%36.31
%58.50

CMYK Percentages of Color #127ecb

%91
%38
%0
%20

Triadic Colors of #127ecb

#127ecb #cb127e #7ecb12

Analogous Colors of #127ecb

#127ecb #1222cb #12cbbc

Monochromatic Colors of #127ecb

#127ecb

Complementary Color

#127ecb #cb5f12

#127ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ecb Color CSS Codes

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

#127ecb Text Font Color

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

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


#127ecb Background Color

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

This div background color is #127ecb


#127ecb Border Color

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

This div border color is #127ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ecb


Comments

No comments written yet.

Please login to write comment.