Color Hex Logo

#126cda Color Hex

#126CDA
(18,108,218)
0 Favorites   0 Comments

Color spaces of #126cda

RGB 18108218
HSL0.590.850.46
HSV213°92°85°
CMYK 0.920.500.00   0.15
XYZ18.266915.915768.4389
Yxy15.91570.17800.1551
Hunter Lab39.894511.9163-73.7857
CIE-Lab46.863717.5799-62.9355

#126cda color RGB value is (18,108,218).

#126cda hex color red value is 18, green value is 108 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #126cda hue: 0.59 , saturation: 0.85 and the lightness value of 126cda is 0.46.

The process color (four color CMYK) of #126cda color hex is 0.92, 0.50, 0.00, 0.15. Web safe color of #126cda is #0066cc. Color #126cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11011010
Octal 22 154 332
Decimal 18 108 218
Hex 12 6C DA

RGB Percentages of Color #126cda

%5.23
%31.40
%63.37

CMYK Percentages of Color #126cda

%92
%50
%0
%15

Triadic Colors of #126cda

#126cda #da126c #6cda12

Analogous Colors of #126cda

#126cda #1c12da #12d0da

Monochromatic Colors of #126cda

#126cda

Complementary Color

#126cda #da8012

#126cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#126cda Color CSS Codes

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

#126cda Text Font Color

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

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


#126cda Background Color

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

This div background color is #126cda


#126cda Border Color

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

This div border color is #126cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126cda


Comments

No comments written yet.

Please login to write comment.