Color Hex Logo

#184ebd Color Hex

#184EBD
(24,78,189)
0 Favorites   0 Comments

Color spaces of #184ebd

RGB 2478189
HSL0.610.770.42
HSV220°87°74°
CMYK 0.870.590.00   0.26
XYZ12.28649.317149.2949
Yxy9.31710.17330.1314
Hunter Lab30.523918.4324-74.3842
CIE-Lab36.587826.1411-62.9029

#184ebd color RGB value is (24,78,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001110 10111101
Octal 30 116 275
Decimal 24 78 189
Hex 18 4E BD

RGB Percentages of Color #184ebd

%8.25
%26.80
%64.95

CMYK Percentages of Color #184ebd

%87
%59
%0
%26

Triadic Colors of #184ebd

#184ebd #bd184e #4ebd18

Analogous Colors of #184ebd

#184ebd #3518bd #18a1bd

Monochromatic Colors of #184ebd

#184ebd

Complementary Color

#184ebd #bd8718

#184ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#184ebd Color CSS Codes

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

#184ebd Text Font Color

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

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


#184ebd Background Color

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

This div background color is #184ebd


#184ebd Border Color

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

This div border color is #184ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184ebd


Comments

No comments written yet.

Please login to write comment.