Color Hex Logo

#184dbf Color Hex

#184DBF
(24,77,191)
0 Favorites   0 Comments

Color spaces of #184dbf

RGB 2477191
HSL0.610.780.42
HSV221°87°75°
CMYK 0.870.600.00   0.25
XYZ12.43459.263550.4229
Yxy9.26350.17240.1284
Hunter Lab30.436019.6624-76.9197
CIE-Lab36.486827.5884-64.2397

#184dbf color RGB value is (24,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001101 10111111
Octal 30 115 277
Decimal 24 77 191
Hex 18 4D BF

RGB Percentages of Color #184dbf

%8.22
%26.37
%65.41

CMYK Percentages of Color #184dbf

%87
%60
%0
%25

Triadic Colors of #184dbf

#184dbf #bf184d #4dbf18

Analogous Colors of #184dbf

#184dbf #3718bf #18a1bf

Monochromatic Colors of #184dbf

#184dbf

Complementary Color

#184dbf #bf8a18

#184dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#184dbf Color CSS Codes

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

#184dbf Text Font Color

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

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


#184dbf Background Color

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

This div background color is #184dbf


#184dbf Border Color

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

This div border color is #184dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,77,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 #184dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184dbf


Comments

No comments written yet.

Please login to write comment.