Color Hex Logo

#125adf Color Hex

#125ADF
(18,90,223)
0 Favorites   0 Comments

Color spaces of #125adf

RGB 1890223
HSL0.610.850.47
HSV219°92°87°
CMYK 0.920.600.00   0.13
XYZ17.224912.768671.3688
Yxy12.76860.16990.1260
Hunter Lab35.733223.5115-93.4049
CIE-Lab42.412531.1718-73.0206

#125adf color RGB value is (18,90,223).

#125adf hex color red value is 18, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #125adf hue: 0.61 , saturation: 0.85 and the lightness value of 125adf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011010 11011111
Octal 22 132 337
Decimal 18 90 223
Hex 12 5A DF

RGB Percentages of Color #125adf

%5.44
%27.19
%67.37

CMYK Percentages of Color #125adf

%92
%60
%0
%13

Triadic Colors of #125adf

#125adf #df125a #5adf12

Analogous Colors of #125adf

#125adf #3012df #12c1df

Monochromatic Colors of #125adf

#125adf

Complementary Color

#125adf #df9712

#125adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#125adf Color CSS Codes

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

#125adf Text Font Color

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

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


#125adf Background Color

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

This div background color is #125adf


#125adf Border Color

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

This div border color is #125adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125adf


Comments

No comments written yet.

Please login to write comment.