Color Hex Logo

#126bdc Color Hex

#126BDC
(18,107,220)
0 Favorites   0 Comments

Color spaces of #126bdc

RGB 18107220
HSL0.590.850.47
HSV214°92°86°
CMYK 0.920.510.00   0.14
XYZ18.425415.811369.7909
Yxy15.81130.17710.1520
Hunter Lab39.763413.1265-76.2286
CIE-Lab46.725919.0058-64.2938

#126bdc color RGB value is (18,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 11011100
Octal 22 153 334
Decimal 18 107 220
Hex 12 6B DC

RGB Percentages of Color #126bdc

%5.22
%31.01
%63.77

CMYK Percentages of Color #126bdc

%92
%51
%0
%14

Triadic Colors of #126bdc

#126bdc #dc126b #6bdc12

Analogous Colors of #126bdc

#126bdc #1e12dc #12d0dc

Monochromatic Colors of #126bdc

#126bdc

Complementary Color

#126bdc #dc8312

#126bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#126bdc Color CSS Codes

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

#126bdc Text Font Color

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

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


#126bdc Background Color

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

This div background color is #126bdc


#126bdc Border Color

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

This div border color is #126bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126bdc


Comments

No comments written yet.

Please login to write comment.