Color Hex Logo

#126edc Color Hex

#126EDC
(18,110,220)
0 Favorites   0 Comments

Color spaces of #126edc

RGB 18110220
HSL0.590.850.47
HSV213°92°86°
CMYK 0.920.500.00   0.14
XYZ18.743716.447869.8970
Yxy16.44780.17840.1565
Hunter Lab40.555911.5245-73.7956
CIE-Lab47.556617.0822-62.9490

#126edc color RGB value is (18,110,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 11011100
Octal 22 156 334
Decimal 18 110 220
Hex 12 6E DC

RGB Percentages of Color #126edc

%5.17
%31.61
%63.22

CMYK Percentages of Color #126edc

%92
%50
%0
%14

Triadic Colors of #126edc

#126edc #dc126e #6edc12

Analogous Colors of #126edc

#126edc #1b12dc #12d3dc

Monochromatic Colors of #126edc

#126edc

Complementary Color

#126edc #dc8012

#126edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#126edc Color CSS Codes

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

#126edc Text Font Color

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

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


#126edc Background Color

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

This div background color is #126edc


#126edc Border Color

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

This div border color is #126edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,110,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 #126edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126edc


Comments

No comments written yet.

Please login to write comment.