Color Hex Logo

#189bea Color Hex

#189BEA
(24,155,234)
0 Favorites   0 Comments

Color spaces of #189bea

RGB 24155234
HSL0.560.830.51
HSV203°90°92°
CMYK 0.900.340.00   0.08
XYZ26.949329.577482.1305
Yxy29.57740.19440.2133
Hunter Lab54.3851-6.7223-51.4681
CIE-Lab61.2879-4.6593-48.8038

#189bea color RGB value is (24,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011011 11101010
Octal 30 233 352
Decimal 24 155 234
Hex 18 9B EA

RGB Percentages of Color #189bea

%5.81
%37.53
%56.66

CMYK Percentages of Color #189bea

%90
%34
%0
%8

Triadic Colors of #189bea

#189bea #ea189b #9bea18

Analogous Colors of #189bea

#189bea #1832ea #18ead0

Monochromatic Colors of #189bea

#189bea

Complementary Color

#189bea #ea6718

#189bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#189bea Color CSS Codes

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

#189bea Text Font Color

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

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


#189bea Background Color

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

This div background color is #189bea


#189bea Border Color

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

This div border color is #189bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189bea


Comments

No comments written yet.

Please login to write comment.