Color Hex Logo

#126bde Color Hex

#126BDE
(18,107,222)
0 Favorites   0 Comments

Color spaces of #126bde

RGB 18107222
HSL0.590.850.47
HSV214°92°87°
CMYK 0.920.520.00   0.13
XYZ18.692015.917971.1945
Yxy15.91790.17670.1504
Hunter Lab39.897213.8077-77.8718
CIE-Lab46.866619.7885-65.1996

#126bde color RGB value is (18,107,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 11011110
Octal 22 153 336
Decimal 18 107 222
Hex 12 6B DE

RGB Percentages of Color #126bde

%5.19
%30.84
%63.98

CMYK Percentages of Color #126bde

%92
%52
%0
%13

Triadic Colors of #126bde

#126bde #de126b #6bde12

Analogous Colors of #126bde

#126bde #1f12de #12d1de

Monochromatic Colors of #126bde

#126bde

Complementary Color

#126bde #de8512

#126bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#126bde Color CSS Codes

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

#126bde Text Font Color

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

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


#126bde Background Color

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

This div background color is #126bde


#126bde Border Color

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

This div border color is #126bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126bde


Comments

No comments written yet.

Please login to write comment.