Color Hex Logo

#127ccf Color Hex

#127CCF
(18,124,207)
0 Favorites   0 Comments

Color spaces of #127ccf

RGB 18124207
HSL0.570.840.44
HSV206°91°81°
CMYK 0.910.400.00   0.19
XYZ18.719619.048961.7217
Yxy19.04890.18820.1915
Hunter Lab43.64500.1808-53.2949
CIE-Lab50.74443.2170-50.4456

#127ccf color RGB value is (18,124,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111100 11001111
Octal 22 174 317
Decimal 18 124 207
Hex 12 7C CF

RGB Percentages of Color #127ccf

%5.16
%35.53
%59.31

CMYK Percentages of Color #127ccf

%91
%40
%0
%19

Triadic Colors of #127ccf

#127ccf #cf127c #7ccf12

Analogous Colors of #127ccf

#127ccf #121dcf #12cfc4

Monochromatic Colors of #127ccf

#127ccf

Complementary Color

#127ccf #cf6512

#127ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#127ccf Color CSS Codes

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

#127ccf Text Font Color

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

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


#127ccf Background Color

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

This div background color is #127ccf


#127ccf Border Color

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

This div border color is #127ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127ccf


Comments

No comments written yet.

Please login to write comment.