Color Hex Logo

#18254d Color Hex

#18254D
(24,37,77)
0 Favorites   0 Comments

Color spaces of #18254d

RGB 243777
HSL0.630.520.20
HSV225°69°30°
CMYK 0.690.520.00   0.70
XYZ2.37782.05317.2922
Yxy2.05310.20280.1751
Hunter Lab14.32864.5465-20.1441
CIE-Lab15.76359.3227-26.4554

#18254d color RGB value is (24,37,77).

#18254d hex color red value is 24, green value is 37 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #18254d hue: 0.63 , saturation: 0.52 and the lightness value of 18254d is 0.20.

The process color (four color CMYK) of #18254d color hex is 0.69, 0.52, 0.00, 0.70. Web safe color of #18254d is #003366. Color #18254d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100101 01001101
Octal 30 45 115
Decimal 24 37 77
Hex 18 25 4D

RGB Percentages of Color #18254d

%17.39
%26.81
%55.80

CMYK Percentages of Color #18254d

%69
%52
%0
%70

Triadic Colors of #18254d

#18254d #4d1825 #254d18

Analogous Colors of #18254d

#18254d #25184d #18404d

Monochromatic Colors of #18254d

#18254d

Complementary Color

#18254d #4d4018

#18254d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18254d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18254d Color CSS Codes

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

#18254d Text Font Color

<p style="color:#18254d">Text here</p>

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


#18254d Background Color

<div style="background-color:#18254d">
Div content here</div>

This div background color is #18254d


#18254d Border Color

<div style="border:3px solid #18254d">
Div here</div>

This div border color is #18254d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18254d


Comments

No comments written yet.

Please login to write comment.