Color Hex Logo

#189cea Color Hex

#189CEA
(24,156,234)
0 Favorites   0 Comments

Color spaces of #189cea

RGB 24156234
HSL0.560.830.51
HSV202°90°92°
CMYK 0.900.330.00   0.08
XYZ27.116429.911682.1862
Yxy29.91160.19480.2149
Hunter Lab54.6915-7.2087-50.8124
CIE-Lab61.5779-5.2318-48.3449

#189cea color RGB value is (24,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011100 11101010
Octal 30 234 352
Decimal 24 156 234
Hex 18 9C EA

RGB Percentages of Color #189cea

%5.80
%37.68
%56.52

CMYK Percentages of Color #189cea

%90
%33
%0
%8

Triadic Colors of #189cea

#189cea #ea189c #9cea18

Analogous Colors of #189cea

#189cea #1833ea #18eacf

Monochromatic Colors of #189cea

#189cea

Complementary Color

#189cea #ea6618

#189cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#189cea Color CSS Codes

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

#189cea Text Font Color

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

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


#189cea Background Color

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

This div background color is #189cea


#189cea Border Color

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

This div border color is #189cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189cea


Comments

No comments written yet.

Please login to write comment.