Color Hex Logo

#184bd6 Color Hex

#184BD6
(24,75,214)
0 Favorites   0 Comments

Color spaces of #184bd6

RGB 2475214
HSL0.620.800.47
HSV224°89°84°
CMYK 0.890.650.00   0.16
XYZ15.030410.081464.7720
Yxy10.08140.16720.1122
Hunter Lab31.751228.9337-98.7248
CIE-Lab37.988137.6764-75.1221

#184bd6 color RGB value is (24,75,214).

#184bd6 hex color red value is 24, green value is 75 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #184bd6 hue: 0.62 , saturation: 0.80 and the lightness value of 184bd6 is 0.47.

The process color (four color CMYK) of #184bd6 color hex is 0.89, 0.65, 0.00, 0.16. Web safe color of #184bd6 is #0033cc. Color #184bd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001011 11010110
Octal 30 113 326
Decimal 24 75 214
Hex 18 4B D6

RGB Percentages of Color #184bd6

%7.67
%23.96
%68.37

CMYK Percentages of Color #184bd6

%89
%65
%0
%16

Triadic Colors of #184bd6

#184bd6 #d6184b #4bd618

Analogous Colors of #184bd6

#184bd6 #4418d6 #18aad6

Monochromatic Colors of #184bd6

#184bd6

Complementary Color

#184bd6 #d6a318

#184bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184bd6 Color CSS Codes

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

#184bd6 Text Font Color

<p style="color:#184bd6">Text here</p>

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


#184bd6 Background Color

<div style="background-color:#184bd6">
Div content here</div>

This div background color is #184bd6


#184bd6 Border Color

<div style="border:3px solid #184bd6">
Div here</div>

This div border color is #184bd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,75,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #184bd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #184bd6;
  -webkit-box-shadow: 1px 1px 3px 2px #184bd6;
  box-shadow:         1px 1px 3px 2px #184bd6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184bd6


Comments

No comments written yet.

Please login to write comment.