Color Hex Logo

#126fcf Color Hex

#126FCF
(18,111,207)
0 Favorites   0 Comments

Color spaces of #126fcf

RGB 18111207
HSL0.580.840.44
HSV210°91°81°
CMYK 0.910.460.00   0.19
XYZ17.196416.002561.2139
Yxy16.00250.18210.1695
Hunter Lab40.00316.7275-62.7250
CIE-Lab46.977811.3378-56.4845

#126fcf color RGB value is (18,111,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101111 11001111
Octal 22 157 317
Decimal 18 111 207
Hex 12 6F CF

RGB Percentages of Color #126fcf

%5.36
%33.04
%61.61

CMYK Percentages of Color #126fcf

%91
%46
%0
%19

Triadic Colors of #126fcf

#126fcf #cf126f #6fcf12

Analogous Colors of #126fcf

#126fcf #1312cf #12cecf

Monochromatic Colors of #126fcf

#126fcf

Complementary Color

#126fcf #cf7212

#126fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#126fcf Color CSS Codes

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

#126fcf Text Font Color

<p style="color:#126fcf">Text here</p>

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


#126fcf Background Color

<div style="background-color:#126fcf">
Div content here</div>

This div background color is #126fcf


#126fcf Border Color

<div style="border:3px solid #126fcf">
Div here</div>

This div border color is #126fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126fcf


Comments

No comments written yet.

Please login to write comment.