Color Hex Logo

#126fca Color Hex

#126FCA
(18,111,202)
0 Favorites   0 Comments

Color spaces of #126fca

RGB 18111202
HSL0.580.840.43
HSV210°91°79°
CMYK 0.910.450.00   0.21
XYZ16.594615.761758.0448
Yxy15.76170.18360.1744
Hunter Lab39.70105.1343-58.8942
CIE-Lab46.66039.3682-54.1328

#126fca color RGB value is (18,111,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101111 11001010
Octal 22 157 312
Decimal 18 111 202
Hex 12 6F CA

RGB Percentages of Color #126fca

%5.44
%33.53
%61.03

CMYK Percentages of Color #126fca

%91
%45
%0
%21

Triadic Colors of #126fca

#126fca #ca126f #6fca12

Analogous Colors of #126fca

#126fca #1213ca #12cac9

Monochromatic Colors of #126fca

#126fca

Complementary Color

#126fca #ca6d12

#126fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#126fca Color CSS Codes

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

#126fca Text Font Color

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

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


#126fca Background Color

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

This div background color is #126fca


#126fca Border Color

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

This div border color is #126fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126fca


Comments

No comments written yet.

Please login to write comment.