Color Hex Logo

#184edc Color Hex

#184EDC
(24,78,220)
0 Favorites   0 Comments

Color spaces of #184edc

RGB 2478220
HSL0.620.800.48
HSV223°89°86°
CMYK 0.890.650.00   0.14
XYZ16.019310.810368.9524
Yxy10.81030.16720.1129
Hunter Lab32.879029.4304-101.3250
CIE-Lab39.259138.0023-76.4742

#184edc color RGB value is (24,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01001110 11011100
Octal 30 116 334
Decimal 24 78 220
Hex 18 4E DC

RGB Percentages of Color #184edc

%7.45
%24.22
%68.32

CMYK Percentages of Color #184edc

%89
%65
%0
%14

Triadic Colors of #184edc

#184edc #dc184e #4edc18

Analogous Colors of #184edc

#184edc #4418dc #18b0dc

Monochromatic Colors of #184edc

#184edc

Complementary Color

#184edc #dca618

#184edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#184edc Color CSS Codes

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

#184edc Text Font Color

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

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


#184edc Background Color

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

This div background color is #184edc


#184edc Border Color

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

This div border color is #184edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184edc


Comments

No comments written yet.

Please login to write comment.