Color Hex Logo

#126ebd Color Hex

#126EBD
(18,110,189)
0 Favorites   0 Comments

Color spaces of #126ebd

RGB 18110189
HSL0.580.830.41
HSV208°90°74°
CMYK 0.900.420.00   0.26
XYZ15.010714.954650.2395
Yxy14.95460.18720.1865
Hunter Lab38.67121.6124-49.9565
CIE-Lab45.57204.8693-48.3877

#126ebd color RGB value is (18,110,189).

#126ebd hex color red value is 18, green value is 110 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #126ebd hue: 0.58 , saturation: 0.83 and the lightness value of 126ebd is 0.41.

The process color (four color CMYK) of #126ebd color hex is 0.90, 0.42, 0.00, 0.26. Web safe color of #126ebd is #0066cc. Color #126ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 10111101
Octal 22 156 275
Decimal 18 110 189
Hex 12 6E BD

RGB Percentages of Color #126ebd

%5.68
%34.70
%59.62

CMYK Percentages of Color #126ebd

%90
%42
%0
%26

Triadic Colors of #126ebd

#126ebd #bd126e #6ebd12

Analogous Colors of #126ebd

#126ebd #1219bd #12bdb7

Monochromatic Colors of #126ebd

#126ebd

Complementary Color

#126ebd #bd6112

#126ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#126ebd Color CSS Codes

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

#126ebd Text Font Color

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

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


#126ebd Background Color

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

This div background color is #126ebd


#126ebd Border Color

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

This div border color is #126ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126ebd


Comments

No comments written yet.

Please login to write comment.