Color Hex Logo

#189edc Color Hex

#189EDC
(24,158,220)
0 Favorites   0 Comments

Color spaces of #189edc

RGB 24158220
HSL0.550.800.48
HSV199°89°86°
CMYK 0.890.280.00   0.14
XYZ25.521829.815272.1199
Yxy29.81520.20020.2339
Hunter Lab54.6033-12.1242-40.0878
CIE-Lab61.4944-11.4551-40.7281

#189edc color RGB value is (24,158,220).

#189edc hex color red value is 24, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #189edc hue: 0.55 , saturation: 0.80 and the lightness value of 189edc is 0.48.

The process color (four color CMYK) of #189edc color hex is 0.89, 0.28, 0.00, 0.14. Web safe color of #189edc is #0099cc. Color #189edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011110 11011100
Octal 30 236 334
Decimal 24 158 220
Hex 18 9E DC

RGB Percentages of Color #189edc

%5.97
%39.30
%54.73

CMYK Percentages of Color #189edc

%89
%28
%0
%14

Triadic Colors of #189edc

#189edc #dc189e #9edc18

Analogous Colors of #189edc

#189edc #183cdc #18dcb8

Monochromatic Colors of #189edc

#189edc

Complementary Color

#189edc #dc5618

#189edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#189edc Color CSS Codes

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

#189edc Text Font Color

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

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


#189edc Background Color

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

This div background color is #189edc


#189edc Border Color

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

This div border color is #189edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189edc


Comments

No comments written yet.

Please login to write comment.