Color Hex Logo

#125dbf Color Hex

#125DBF
(18,93,191)
0 Favorites   0 Comments

Color spaces of #125dbf

RGB 1893191
HSL0.590.830.41
HSV214°91°75°
CMYK 0.910.510.00   0.25
XYZ13.567811.718950.8371
Yxy11.71890.17820.1539
Hunter Lab34.232910.8388-64.0848
CIE-Lab40.765816.6323-57.2845

#125dbf color RGB value is (18,93,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 10111111
Octal 22 135 277
Decimal 18 93 191
Hex 12 5D BF

RGB Percentages of Color #125dbf

%5.96
%30.79
%63.25

CMYK Percentages of Color #125dbf

%91
%51
%0
%25

Triadic Colors of #125dbf

#125dbf #bf125d #5dbf12

Analogous Colors of #125dbf

#125dbf #1e12bf #12b4bf

Monochromatic Colors of #125dbf

#125dbf

Complementary Color

#125dbf #bf7412

#125dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#125dbf Color CSS Codes

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

#125dbf Text Font Color

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

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


#125dbf Background Color

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

This div background color is #125dbf


#125dbf Border Color

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

This div border color is #125dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125dbf


Comments

No comments written yet.

Please login to write comment.