Color Hex Logo

#125dbd Color Hex

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

Color spaces of #125dbd

RGB 1893189
HSL0.590.830.41
HSV214°90°74°
CMYK 0.900.510.00   0.26
XYZ13.349111.631449.6856
Yxy11.63140.17880.1558
Hunter Lab34.104810.1839-62.5032
CIE-Lab40.624215.8312-56.3482

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 10111101
Octal 22 135 275
Decimal 18 93 189
Hex 12 5D BD

RGB Percentages of Color #125dbd

%6.00
%31.00
%63.00

CMYK Percentages of Color #125dbd

%90
%51
%0
%26

Triadic Colors of #125dbd

#125dbd #bd125d #5dbd12

Analogous Colors of #125dbd

#125dbd #1c12bd #12b3bd

Monochromatic Colors of #125dbd

#125dbd

Complementary Color

#125dbd #bd7212

#125dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#125dbd Color CSS Codes

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

#125dbd Text Font Color

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

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


#125dbd Background Color

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

This div background color is #125dbd


#125dbd Border Color

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

This div border color is #125dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125dbd


Comments

No comments written yet.

Please login to write comment.