Color Hex Logo

#125ddb Color Hex

#125DDB
(18,93,219)
0 Favorites   0 Comments

Color spaces of #125ddb

RGB 1893219
HSL0.600.850.46
HSV218°92°86°
CMYK 0.920.580.00   0.14
XYZ16.950013.071868.6476
Yxy13.07180.17180.1325
Hunter Lab36.154920.4124-87.2658
CIE-Lab42.871227.6812-69.9930

#125ddb color RGB value is (18,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 11011011
Octal 22 135 333
Decimal 18 93 219
Hex 12 5D DB

RGB Percentages of Color #125ddb

%5.45
%28.18
%66.36

CMYK Percentages of Color #125ddb

%92
%58
%0
%14

Triadic Colors of #125ddb

#125ddb #db125d #5ddb12

Analogous Colors of #125ddb

#125ddb #2b12db #12c2db

Monochromatic Colors of #125ddb

#125ddb

Complementary Color

#125ddb #db9012

#125ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#125ddb Color CSS Codes

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

#125ddb Text Font Color

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

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


#125ddb Background Color

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

This div background color is #125ddb


#125ddb Border Color

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

This div border color is #125ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125ddb


Comments

No comments written yet.

Please login to write comment.