Color Hex Logo

#127adb Color Hex

#127ADB
(18,122,219)
0 Favorites   0 Comments

Color spaces of #127adb

RGB 18122219
HSL0.580.850.46
HSV209°92°86°
CMYK 0.920.440.00   0.14
XYZ19.995219.162169.6626
Yxy19.16210.18370.1761
Hunter Lab43.77454.9293-63.7117
CIE-Lab50.87639.1114-57.0322

#127adb color RGB value is (18,122,219).

#127adb hex color red value is 18, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #127adb hue: 0.58 , saturation: 0.85 and the lightness value of 127adb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 11011011
Octal 22 172 333
Decimal 18 122 219
Hex 12 7A DB

RGB Percentages of Color #127adb

%5.01
%33.98
%61.00

CMYK Percentages of Color #127adb

%92
%44
%0
%14

Triadic Colors of #127adb

#127adb #db127a #7adb12

Analogous Colors of #127adb

#127adb #1215db #12dbd8

Monochromatic Colors of #127adb

#127adb

Complementary Color

#127adb #db7312

#127adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#127adb Color CSS Codes

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

#127adb Text Font Color

<p style="color:#127adb">Text here</p>

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


#127adb Background Color

<div style="background-color:#127adb">
Div content here</div>

This div background color is #127adb


#127adb Border Color

<div style="border:3px solid #127adb">
Div here</div>

This div border color is #127adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,122,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #127adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #127adb;
  -webkit-box-shadow: 1px 1px 3px 2px #127adb;
  box-shadow:         1px 1px 3px 2px #127adb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127adb


Comments

No comments written yet.

Please login to write comment.