Color Hex Logo

#184dbe Color Hex

#184DBE
(24,77,190)
0 Favorites   0 Comments

Color spaces of #184dbe

RGB 2477190
HSL0.610.780.42
HSV221°87°75°
CMYK 0.870.590.00   0.25
XYZ12.32489.219749.8452
Yxy9.21970.17260.1291
Hunter Lab30.364019.3166-76.0752
CIE-Lab36.403927.1969-63.7893

#184dbe color RGB value is (24,77,190).

#184dbe hex color red value is 24, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #184dbe hue: 0.61 , saturation: 0.78 and the lightness value of 184dbe is 0.42.

The process color (four color CMYK) of #184dbe color hex is 0.87, 0.59, 0.00, 0.25. Web safe color of #184dbe is #0066cc. Color #184dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001101 10111110
Octal 30 115 276
Decimal 24 77 190
Hex 18 4D BE

RGB Percentages of Color #184dbe

%8.25
%26.46
%65.29

CMYK Percentages of Color #184dbe

%87
%59
%0
%25

Triadic Colors of #184dbe

#184dbe #be184d #4dbe18

Analogous Colors of #184dbe

#184dbe #3618be #18a0be

Monochromatic Colors of #184dbe

#184dbe

Complementary Color

#184dbe #be8918

#184dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#184dbe Color CSS Codes

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

#184dbe Text Font Color

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

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


#184dbe Background Color

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

This div background color is #184dbe


#184dbe Border Color

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

This div border color is #184dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184dbe


Comments

No comments written yet.

Please login to write comment.