Color Hex Logo

#127fcd Color Hex

#127FCD
(18,127,205)
0 Favorites   0 Comments

Color spaces of #127fcd

RGB 18127205
HSL0.570.840.44
HSV205°91°80°
CMYK 0.910.380.00   0.20
XYZ18.858319.715160.5691
Yxy19.71510.19020.1989
Hunter Lab44.4017-1.8904-49.7973
CIE-Lab51.51360.6183-48.0826

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 11001101
Octal 22 177 315
Decimal 18 127 205
Hex 12 7F CD

RGB Percentages of Color #127fcd

%5.14
%36.29
%58.57

CMYK Percentages of Color #127fcd

%91
%38
%0
%20

Triadic Colors of #127fcd

#127fcd #cd127f #7fcd12

Analogous Colors of #127fcd

#127fcd #1222cd #12cdbe

Monochromatic Colors of #127fcd

#127fcd

Complementary Color

#127fcd #cd6012

#127fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127fcd Color CSS Codes

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

#127fcd Text Font Color

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

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


#127fcd Background Color

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

This div background color is #127fcd


#127fcd Border Color

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

This div border color is #127fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127fcd


Comments

No comments written yet.

Please login to write comment.