Color Hex Logo

#189edf Color Hex

#189EDF
(24,158,223)
0 Favorites   0 Comments

Color spaces of #189edf

RGB 24158223
HSL0.550.810.48
HSV200°89°87°
CMYK 0.890.290.00   0.13
XYZ25.922829.975674.2316
Yxy29.97560.19920.2304
Hunter Lab54.7500-11.2970-42.0621
CIE-Lab61.6332-10.3723-42.1741

#189edf color RGB value is (24,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011110 11011111
Octal 30 236 337
Decimal 24 158 223
Hex 18 9E DF

RGB Percentages of Color #189edf

%5.93
%39.01
%55.06

CMYK Percentages of Color #189edf

%89
%29
%0
%13

Triadic Colors of #189edf

#189edf #df189e #9edf18

Analogous Colors of #189edf

#189edf #183adf #18dfbd

Monochromatic Colors of #189edf

#189edf

Complementary Color

#189edf #df5918

#189edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#189edf Color CSS Codes

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

#189edf Text Font Color

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

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


#189edf Background Color

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

This div background color is #189edf


#189edf Border Color

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

This div border color is #189edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189edf


Comments

No comments written yet.

Please login to write comment.