Color Hex Logo

#125dfd Color Hex

#125DFD
(18,93,253)
0 Favorites   0 Comments

Color spaces of #125dfd

RGB 1893253
HSL0.610.980.53
HSV221°93°99°
CMYK 0.930.630.00   0.01
XYZ21.893415.049194.6794
Yxy15.04910.16630.1143
Hunter Lab38.793232.8506-117.5492
CIE-Lab45.701440.5442-84.5136

#125dfd color RGB value is (18,93,253).

#125dfd hex color red value is 18, green value is 93 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #125dfd hue: 0.61 , saturation: 0.98 and the lightness value of 125dfd is 0.53.

The process color (four color CMYK) of #125dfd color hex is 0.93, 0.63, 0.00, 0.01. Web safe color of #125dfd is #0066ff. Color #125dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011101 11111101
Octal 22 135 375
Decimal 18 93 253
Hex 12 5D FD

RGB Percentages of Color #125dfd

%4.95
%25.55
%69.51

CMYK Percentages of Color #125dfd

%93
%63
%0
%1

Triadic Colors of #125dfd

#125dfd #fd125d #5dfd12

Analogous Colors of #125dfd

#125dfd #3d12fd #12d3fd

Monochromatic Colors of #125dfd

#125dfd

Complementary Color

#125dfd #fdb212

#125dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#125dfd Color CSS Codes

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

#125dfd Text Font Color

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

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


#125dfd Background Color

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

This div background color is #125dfd


#125dfd Border Color

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

This div border color is #125dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.