Color Hex Logo

#184cec Color Hex

#184CEC
(24,76,236)
0 Favorites   0 Comments

Color spaces of #184cec

RGB 2476236
HSL0.630.850.51
HSV225°90°93°
CMYK 0.900.680.00   0.07
XYZ18.101511.419280.6070
Yxy11.41920.16440.1037
Hunter Lab33.792336.4804-117.7737
CIE-Lab40.277745.0941-83.8954

#184cec color RGB value is (24,76,236).

#184cec hex color red value is 24, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #184cec hue: 0.63 , saturation: 0.85 and the lightness value of 184cec is 0.51.

The process color (four color CMYK) of #184cec color hex is 0.90, 0.68, 0.00, 0.07. Web safe color of #184cec is #0033ff. Color #184cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001100 11101100
Octal 30 114 354
Decimal 24 76 236
Hex 18 4C EC

RGB Percentages of Color #184cec

%7.14
%22.62
%70.24

CMYK Percentages of Color #184cec

%90
%68
%0
%7

Triadic Colors of #184cec

#184cec #ec184c #4cec18

Analogous Colors of #184cec

#184cec #4e18ec #18b6ec

Monochromatic Colors of #184cec

#184cec

Complementary Color

#184cec #ecb818

#184cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#184cec Color CSS Codes

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

#184cec Text Font Color

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

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


#184cec Background Color

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

This div background color is #184cec


#184cec Border Color

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

This div border color is #184cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184cec


Comments

No comments written yet.

Please login to write comment.