Color Hex Logo

#125cbd Color Hex

#125CBD
(18,92,189)
0 Favorites   0 Comments

Color spaces of #125cbd

RGB 1892189
HSL0.590.830.41
HSV214°90°74°
CMYK 0.900.510.00   0.26
XYZ13.261911.457049.6566
Yxy11.45700.17830.1540
Hunter Lab33.848210.7029-63.2870
CIE-Lab40.339816.4900-56.8087

#125cbd color RGB value is (18,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011100 10111101
Octal 22 134 275
Decimal 18 92 189
Hex 12 5C BD

RGB Percentages of Color #125cbd

%6.02
%30.77
%63.21

CMYK Percentages of Color #125cbd

%90
%51
%0
%26

Triadic Colors of #125cbd

#125cbd #bd125c #5cbd12

Analogous Colors of #125cbd

#125cbd #1d12bd #12b2bd

Monochromatic Colors of #125cbd

#125cbd

Complementary Color

#125cbd #bd7312

#125cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#125cbd Color CSS Codes

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

#125cbd Text Font Color

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

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


#125cbd Background Color

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

This div background color is #125cbd


#125cbd Border Color

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

This div border color is #125cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125cbd


Comments

No comments written yet.

Please login to write comment.