Color Hex Logo

#125cbf Color Hex

#125CBF
(18,92,191)
0 Favorites   0 Comments

Color spaces of #125cbf

RGB 1892191
HSL0.600.830.41
HSV214°91°75°
CMYK 0.910.520.00   0.25
XYZ13.480611.544550.8080
Yxy11.54450.17780.1522
Hunter Lab33.977211.3605-64.8756
CIE-Lab40.482817.2911-57.7428

#125cbf color RGB value is (18,92,191).

#125cbf hex color red value is 18, green value is 92 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #125cbf hue: 0.60 , saturation: 0.83 and the lightness value of 125cbf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01011100 10111111
Octal 22 134 277
Decimal 18 92 191
Hex 12 5C BF

RGB Percentages of Color #125cbf

%5.98
%30.56
%63.46

CMYK Percentages of Color #125cbf

%91
%52
%0
%25

Triadic Colors of #125cbf

#125cbf #bf125c #5cbf12

Analogous Colors of #125cbf

#125cbf #1e12bf #12b3bf

Monochromatic Colors of #125cbf

#125cbf

Complementary Color

#125cbf #bf7512

#125cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#125cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#125cbf Color CSS Codes

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

#125cbf Text Font Color

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

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


#125cbf Background Color

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

This div background color is #125cbf


#125cbf Border Color

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

This div border color is #125cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #125cbf


Comments

No comments written yet.

Please login to write comment.