Color Hex Logo

#125fdc Color Hex

#125FDC
(18,95,220)
0 Favorites   0 Comments

Color spaces of #125fdc

RGB 1895220
HSL0.600.850.47
HSV217°92°86°
CMYK 0.920.570.00   0.14
XYZ17.259913.480369.4024
Yxy13.48030.17240.1346
Hunter Lab36.715519.6603-86.3735
CIE-Lab43.478226.7698-69.5727

#125fdc color RGB value is (18,95,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011111 11011100
Octal 22 137 334
Decimal 18 95 220
Hex 12 5F DC

RGB Percentages of Color #125fdc

%5.41
%28.53
%66.07

CMYK Percentages of Color #125fdc

%92
%57
%0
%14

Triadic Colors of #125fdc

#125fdc #dc125f #5fdc12

Analogous Colors of #125fdc

#125fdc #2a12dc #12c4dc

Monochromatic Colors of #125fdc

#125fdc

Complementary Color

#125fdc #dc8f12

#125fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#125fdc Color CSS Codes

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

#125fdc Text Font Color

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

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


#125fdc Background Color

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

This div background color is #125fdc


#125fdc Border Color

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

This div border color is #125fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125fdc


Comments

No comments written yet.

Please login to write comment.