Color Hex Logo

#126bdd Color Hex

#126BDD
(18,107,221)
0 Favorites   0 Comments

Color spaces of #126bdd

RGB 18107221
HSL0.590.850.47
HSV214°92°87°
CMYK 0.920.520.00   0.13
XYZ18.558315.864470.4906
Yxy15.86440.17690.1512
Hunter Lab39.830113.4669-77.0492
CIE-Lab46.796119.3975-64.7472

#126bdd color RGB value is (18,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 11011101
Octal 22 153 335
Decimal 18 107 221
Hex 12 6B DD

RGB Percentages of Color #126bdd

%5.20
%30.92
%63.87

CMYK Percentages of Color #126bdd

%92
%52
%0
%13

Triadic Colors of #126bdd

#126bdd #dd126b #6bdd12

Analogous Colors of #126bdd

#126bdd #1f12dd #12d1dd

Monochromatic Colors of #126bdd

#126bdd

Complementary Color

#126bdd #dd8412

#126bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#126bdd Color CSS Codes

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

#126bdd Text Font Color

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

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


#126bdd Background Color

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

This div background color is #126bdd


#126bdd Border Color

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

This div border color is #126bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126bdd


Comments

No comments written yet.

Please login to write comment.