Color Hex Logo

#125fcd Color Hex

#125FCD
(18,95,205)
0 Favorites   0 Comments

Color spaces of #125fcd

RGB 1895205
HSL0.600.840.44
HSV215°91°80°
CMYK 0.910.540.00   0.20
XYZ15.361112.720859.4033
Yxy12.72080.17560.1454
Hunter Lab35.666214.4623-73.7831
CIE-Lab42.339520.8890-62.8378

#125fcd color RGB value is (18,95,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11001101
Octal 22 137 315
Decimal 18 95 205
Hex 12 5F CD

RGB Percentages of Color #125fcd

%5.66
%29.87
%64.47

CMYK Percentages of Color #125fcd

%91
%54
%0
%20

Triadic Colors of #125fcd

#125fcd #cd125f #5fcd12

Analogous Colors of #125fcd

#125fcd #2212cd #12bdcd

Monochromatic Colors of #125fcd

#125fcd

Complementary Color

#125fcd #cd8012

#125fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#125fcd Color CSS Codes

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

#125fcd Text Font Color

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

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


#125fcd Background Color

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

This div background color is #125fcd


#125fcd Border Color

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

This div border color is #125fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125fcd


Comments

No comments written yet.

Please login to write comment.