Color Hex Logo

#1898ea Color Hex

#1898EA
(24,152,234)
0 Favorites   0 Comments

Color spaces of #1898ea

RGB 24152234
HSL0.570.830.51
HSV203°90°92°
CMYK 0.900.350.00   0.08
XYZ26.456228.591281.9662
Yxy28.59120.19310.2087
Hunter Lab53.4707-5.2557-53.4571
CIE-Lab60.4191-2.9305-50.1801

#1898ea color RGB value is (24,152,234).

#1898ea hex color red value is 24, green value is 152 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1898ea hue: 0.57 , saturation: 0.83 and the lightness value of 1898ea is 0.51.

The process color (four color CMYK) of #1898ea color hex is 0.90, 0.35, 0.00, 0.08. Web safe color of #1898ea is #0099ff. Color #1898ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011000 11101010
Octal 30 230 352
Decimal 24 152 234
Hex 18 98 EA

RGB Percentages of Color #1898ea

%5.85
%37.07
%57.07

CMYK Percentages of Color #1898ea

%90
%35
%0
%8

Triadic Colors of #1898ea

#1898ea #ea1898 #98ea18

Analogous Colors of #1898ea

#1898ea #182fea #18ead3

Monochromatic Colors of #1898ea

#1898ea

Complementary Color

#1898ea #ea6a18

#1898ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1898ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1898ea Color CSS Codes

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

#1898ea Text Font Color

<p style="color:#1898ea">Text here</p>

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


#1898ea Background Color

<div style="background-color:#1898ea">
Div content here</div>

This div background color is #1898ea


#1898ea Border Color

<div style="border:3px solid #1898ea">
Div here</div>

This div border color is #1898ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,152,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1898ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1898ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1898ea;
  box-shadow:         1px 1px 3px 2px #1898ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1898ea


Comments

No comments written yet.

Please login to write comment.