Color Hex Logo

#125bea Color Hex

#125BEA
(18,91,234)
0 Favorites   0 Comments

Color spaces of #125bea

RGB 1891234
HSL0.610.860.49
HSV220°92°92°
CMYK 0.920.610.00   0.08
XYZ18.841813.551379.4645
Yxy13.55130.16840.1211
Hunter Lab36.812126.9418-102.2180
CIE-Lab43.582434.7190-77.3387

#125bea color RGB value is (18,91,234).

#125bea hex color red value is 18, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #125bea hue: 0.61 , saturation: 0.86 and the lightness value of 125bea is 0.49.

The process color (four color CMYK) of #125bea color hex is 0.92, 0.61, 0.00, 0.08. Web safe color of #125bea is #0066ff. Color #125bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011011 11101010
Octal 22 133 352
Decimal 18 91 234
Hex 12 5B EA

RGB Percentages of Color #125bea

%5.25
%26.53
%68.22

CMYK Percentages of Color #125bea

%92
%61
%0
%8

Triadic Colors of #125bea

#125bea #ea125b #5bea12

Analogous Colors of #125bea

#125bea #3512ea #12c7ea

Monochromatic Colors of #125bea

#125bea

Complementary Color

#125bea #eaa112

#125bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#125bea Color CSS Codes

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

#125bea Text Font Color

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

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


#125bea Background Color

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

This div background color is #125bea


#125bea Border Color

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

This div border color is #125bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125bea


Comments

No comments written yet.

Please login to write comment.