Color Hex Logo

#127bbc Color Hex

#127BBC
(18,123,188)
0 Favorites   0 Comments

Color spaces of #127bbc

RGB 18123188
HSL0.560.830.40
HSV203°90°74°
CMYK 0.900.350.00   0.26
XYZ16.409517.925450.1720
Yxy17.92540.19420.2121
Hunter Lab42.3384-4.9092-40.6232
CIE-Lab49.4055-3.5076-41.7089

#127bbc color RGB value is (18,123,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 10111100
Octal 22 173 274
Decimal 18 123 188
Hex 12 7B BC

RGB Percentages of Color #127bbc

%5.47
%37.39
%57.14

CMYK Percentages of Color #127bbc

%90
%35
%0
%26

Triadic Colors of #127bbc

#127bbc #bc127b #7bbc12

Analogous Colors of #127bbc

#127bbc #1226bc #12bca8

Monochromatic Colors of #127bbc

#127bbc

Complementary Color

#127bbc #bc5312

#127bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#127bbc Color CSS Codes

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

#127bbc Text Font Color

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

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


#127bbc Background Color

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

This div background color is #127bbc


#127bbc Border Color

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

This div border color is #127bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127bbc


Comments

No comments written yet.

Please login to write comment.