Color Hex Logo

#127ecd Color Hex

#127ECD
(18,126,205)
0 Favorites   0 Comments

Color spaces of #127ecd

RGB 18126205
HSL0.570.840.44
HSV205°91°80°
CMYK 0.910.390.00   0.20
XYZ18.729819.458160.5262
Yxy19.45810.18970.1971
Hunter Lab44.1113-1.4032-50.4753
CIE-Lab51.21891.2244-48.5518

#127ecd color RGB value is (18,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111110 11001101
Octal 22 176 315
Decimal 18 126 205
Hex 12 7E CD

RGB Percentages of Color #127ecd

%5.16
%36.10
%58.74

CMYK Percentages of Color #127ecd

%91
%39
%0
%20

Triadic Colors of #127ecd

#127ecd #cd127e #7ecd12

Analogous Colors of #127ecd

#127ecd #1221cd #12cdbf

Monochromatic Colors of #127ecd

#127ecd

Complementary Color

#127ecd #cd6112

#127ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ecd Color CSS Codes

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

#127ecd Text Font Color

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

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


#127ecd Background Color

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

This div background color is #127ecd


#127ecd Border Color

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

This div border color is #127ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ecd


Comments

No comments written yet.

Please login to write comment.