Color Hex Logo

#127dbd Color Hex

#127DBD
(18,125,189)
0 Favorites   0 Comments

Color spaces of #127dbd

RGB 18125189
HSL0.560.830.41
HSV202°90°74°
CMYK 0.900.340.00   0.26
XYZ16.768418.470050.8254
Yxy18.47000.19480.2146
Hunter Lab42.9767-5.5633-40.0342
CIE-Lab50.0613-4.3191-41.2459

#127dbd color RGB value is (18,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111101 10111101
Octal 22 175 275
Decimal 18 125 189
Hex 12 7D BD

RGB Percentages of Color #127dbd

%5.42
%37.65
%56.93

CMYK Percentages of Color #127dbd

%90
%34
%0
%26

Triadic Colors of #127dbd

#127dbd #bd127d #7dbd12

Analogous Colors of #127dbd

#127dbd #1228bd #12bda8

Monochromatic Colors of #127dbd

#127dbd

Complementary Color

#127dbd #bd5212

#127dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#127dbd Color CSS Codes

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

#127dbd Text Font Color

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

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


#127dbd Background Color

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

This div background color is #127dbd


#127dbd Border Color

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

This div border color is #127dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127dbd


Comments

No comments written yet.

Please login to write comment.