Color Hex Logo

#125bcc Color Hex

#125BCC
(18,91,204)
0 Favorites   0 Comments

Color spaces of #125bcc

RGB 1891204
HSL0.600.840.44
HSV216°91°80°
CMYK 0.910.550.00   0.20
XYZ14.889611.970458.6525
Yxy11.97040.17410.1400
Hunter Lab34.598316.2717-76.2922
CIE-Lab41.169023.1186-64.1644

#125bcc color RGB value is (18,91,204).

#125bcc hex color red value is 18, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #125bcc hue: 0.60 , saturation: 0.84 and the lightness value of 125bcc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011011 11001100
Octal 22 133 314
Decimal 18 91 204
Hex 12 5B CC

RGB Percentages of Color #125bcc

%5.75
%29.07
%65.18

CMYK Percentages of Color #125bcc

%91
%55
%0
%20

Triadic Colors of #125bcc

#125bcc #cc125b #5bcc12

Analogous Colors of #125bcc

#125bcc #2612cc #12b8cc

Monochromatic Colors of #125bcc

#125bcc

Complementary Color

#125bcc #cc8312

#125bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#125bcc Color CSS Codes

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

#125bcc Text Font Color

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

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


#125bcc Background Color

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

This div background color is #125bcc


#125bcc Border Color

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

This div border color is #125bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125bcc


Comments

No comments written yet.

Please login to write comment.