Color Hex Logo

#126edf Color Hex

#126EDF
(18,110,223)
0 Favorites   0 Comments

Color spaces of #126edf

RGB 18110223
HSL0.590.850.47
HSV213°92°87°
CMYK 0.920.510.00   0.13
XYZ19.144716.608272.0087
Yxy16.60820.17770.1541
Hunter Lab40.753212.5363-76.2351
CIE-Lab47.762518.2554-64.3141

#126edf color RGB value is (18,110,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 11011111
Octal 22 156 337
Decimal 18 110 223
Hex 12 6E DF

RGB Percentages of Color #126edf

%5.13
%31.34
%63.53

CMYK Percentages of Color #126edf

%92
%51
%0
%13

Triadic Colors of #126edf

#126edf #df126e #6edf12

Analogous Colors of #126edf

#126edf #1d12df #12d5df

Monochromatic Colors of #126edf

#126edf

Complementary Color

#126edf #df8312

#126edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#126edf Color CSS Codes

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

#126edf Text Font Color

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

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


#126edf Background Color

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

This div background color is #126edf


#126edf Border Color

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

This div border color is #126edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126edf


Comments

No comments written yet.

Please login to write comment.