Color Hex Logo

#127bcc Color Hex

#127BCC
(18,123,204)
0 Favorites   0 Comments

Color spaces of #127bcc

RGB 18123204
HSL0.570.840.44
HSV206°91°80°
CMYK 0.910.400.00   0.20
XYZ18.231518.654159.7664
Yxy18.65410.18860.1930
Hunter Lab43.1904-0.2349-51.8116
CIE-Lab50.28002.6677-49.4795

#127bcc color RGB value is (18,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111011 11001100
Octal 22 173 314
Decimal 18 123 204
Hex 12 7B CC

RGB Percentages of Color #127bcc

%5.22
%35.65
%59.13

CMYK Percentages of Color #127bcc

%91
%40
%0
%20

Triadic Colors of #127bcc

#127bcc #cc127b #7bcc12

Analogous Colors of #127bcc

#127bcc #121ecc #12ccc0

Monochromatic Colors of #127bcc

#127bcc

Complementary Color

#127bcc #cc6312

#127bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#127bcc Color CSS Codes

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

#127bcc Text Font Color

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

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


#127bcc Background Color

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

This div background color is #127bcc


#127bcc Border Color

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

This div border color is #127bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127bcc


Comments

No comments written yet.

Please login to write comment.