Color Hex Logo

#124bde Color Hex

#124BDE
(18,75,222)
0 Favorites   0 Comments

Color spaces of #124bde

RGB 1875222
HSL0.620.850.47
HSV223°92°87°
CMYK 0.920.660.00   0.13
XYZ15.950310.434770.2807
Yxy10.43470.16500.1079
Hunter Lab32.302831.6089-106.3844
CIE-Lab38.611640.3964-78.6865

#124bde color RGB value is (18,75,222).

#124bde hex color red value is 18, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #124bde hue: 0.62 , saturation: 0.85 and the lightness value of 124bde is 0.47.

The process color (four color CMYK) of #124bde color hex is 0.92, 0.66, 0.00, 0.13. Web safe color of #124bde is #0033cc. Color #124bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001011 11011110
Octal 22 113 336
Decimal 18 75 222
Hex 12 4B DE

RGB Percentages of Color #124bde

%5.71
%23.81
%70.48

CMYK Percentages of Color #124bde

%92
%66
%0
%13

Triadic Colors of #124bde

#124bde #de124b #4bde12

Analogous Colors of #124bde

#124bde #3f12de #12b1de

Monochromatic Colors of #124bde

#124bde

Complementary Color

#124bde #dea512

#124bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#124bde Color CSS Codes

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

#124bde Text Font Color

<p style="color:#124bde">Text here</p>

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


#124bde Background Color

<div style="background-color:#124bde">
Div content here</div>

This div background color is #124bde


#124bde Border Color

<div style="border:3px solid #124bde">
Div here</div>

This div border color is #124bde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,75,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124bde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124bde;
  -webkit-box-shadow: 1px 1px 3px 2px #124bde;
  box-shadow:         1px 1px 3px 2px #124bde; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124bde


Comments

No comments written yet.

Please login to write comment.