Color Hex Logo

#127cbc Color Hex

#127CBC
(18,124,188)
0 Favorites   0 Comments

Color spaces of #127cbc

RGB 18124188
HSL0.560.830.40
HSV203°90°74°
CMYK 0.900.340.00   0.26
XYZ16.534218.174750.2136
Yxy18.17470.19470.2140
Hunter Lab42.6318-5.3767-39.9921
CIE-Lab49.7073-4.1051-41.2312

#127cbc color RGB value is (18,124,188).

#127cbc hex color red value is 18, green value is 124 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #127cbc hue: 0.56 , saturation: 0.83 and the lightness value of 127cbc is 0.40.

The process color (four color CMYK) of #127cbc color hex is 0.90, 0.34, 0.00, 0.26. Web safe color of #127cbc is #0066cc. Color #127cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 10111100
Octal 22 174 274
Decimal 18 124 188
Hex 12 7C BC

RGB Percentages of Color #127cbc

%5.45
%37.58
%56.97

CMYK Percentages of Color #127cbc

%90
%34
%0
%26

Triadic Colors of #127cbc

#127cbc #bc127c #7cbc12

Analogous Colors of #127cbc

#127cbc #1227bc #12bca7

Monochromatic Colors of #127cbc

#127cbc

Complementary Color

#127cbc #bc5212

#127cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#127cbc Color CSS Codes

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

#127cbc Text Font Color

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

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


#127cbc Background Color

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

This div background color is #127cbc


#127cbc Border Color

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

This div border color is #127cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127cbc


Comments

No comments written yet.

Please login to write comment.