Color Hex Logo

#1894e1 Color Hex

#1894E1
(24,148,225)
0 Favorites   0 Comments

Color spaces of #1894e1

RGB 24148225
HSL0.560.810.49
HSV203°89°88°
CMYK 0.890.340.00   0.12
XYZ24.557226.810275.1148
Yxy26.81020.19420.2120
Hunter Lab51.7786-5.9547-49.7666
CIE-Lab58.7982-3.9497-47.7573

#1894e1 color RGB value is (24,148,225).

#1894e1 hex color red value is 24, green value is 148 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #1894e1 hue: 0.56 , saturation: 0.81 and the lightness value of 1894e1 is 0.49.

The process color (four color CMYK) of #1894e1 color hex is 0.89, 0.34, 0.00, 0.12. Web safe color of #1894e1 is #0099cc. Color #1894e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010100 11100001
Octal 30 224 341
Decimal 24 148 225
Hex 18 94 E1

RGB Percentages of Color #1894e1

%6.05
%37.28
%56.68

CMYK Percentages of Color #1894e1

%89
%34
%0
%12

Triadic Colors of #1894e1

#1894e1 #e11894 #94e118

Analogous Colors of #1894e1

#1894e1 #1830e1 #18e1ca

Monochromatic Colors of #1894e1

#1894e1

Complementary Color

#1894e1 #e16518

#1894e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1894e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1894e1 Color CSS Codes

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

#1894e1 Text Font Color

<p style="color:#1894e1">Text here</p>

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


#1894e1 Background Color

<div style="background-color:#1894e1">
Div content here</div>

This div background color is #1894e1


#1894e1 Border Color

<div style="border:3px solid #1894e1">
Div here</div>

This div border color is #1894e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,148,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1894e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1894e1;
  -webkit-box-shadow: 1px 1px 3px 2px #1894e1;
  box-shadow:         1px 1px 3px 2px #1894e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1894e1


Comments

No comments written yet.

Please login to write comment.