Color Hex Logo

#189aea Color Hex

#189AEA
(24,154,234)
0 Favorites   0 Comments

Color spaces of #189aea

RGB 24154234
HSL0.560.830.51
HSV203°90°92°
CMYK 0.900.340.00   0.08
XYZ26.783629.245982.0753
Yxy29.24590.19390.2118
Hunter Lab54.0795-6.2345-52.1276
CIE-Lab60.9980-4.0846-49.2627

#189aea color RGB value is (24,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011010 11101010
Octal 30 232 352
Decimal 24 154 234
Hex 18 9A EA

RGB Percentages of Color #189aea

%5.83
%37.38
%56.80

CMYK Percentages of Color #189aea

%90
%34
%0
%8

Triadic Colors of #189aea

#189aea #ea189a #9aea18

Analogous Colors of #189aea

#189aea #1831ea #18ead1

Monochromatic Colors of #189aea

#189aea

Complementary Color

#189aea #ea6818

#189aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#189aea Color CSS Codes

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

#189aea Text Font Color

<p style="color:#189aea">Text here</p>

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


#189aea Background Color

<div style="background-color:#189aea">
Div content here</div>

This div background color is #189aea


#189aea Border Color

<div style="border:3px solid #189aea">
Div here</div>

This div border color is #189aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,154,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 #189aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189aea


Comments

No comments written yet.

Please login to write comment.