Color Hex Logo

#189aef Color Hex

#189AEF
(24,154,239)
0 Favorites   0 Comments

Color spaces of #189aef

RGB 24154239
HSL0.570.870.52
HSV204°90°94°
CMYK 0.900.360.00   0.06
XYZ27.512329.537485.9126
Yxy29.53740.19240.2066
Hunter Lab54.3483-4.7490-55.6805
CIE-Lab61.2530-2.2374-51.6166

#189aef color RGB value is (24,154,239).

#189aef hex color red value is 24, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #189aef hue: 0.57 , saturation: 0.87 and the lightness value of 189aef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011010 11101111
Octal 30 232 357
Decimal 24 154 239
Hex 18 9A EF

RGB Percentages of Color #189aef

%5.76
%36.93
%57.31

CMYK Percentages of Color #189aef

%90
%36
%0
%6

Triadic Colors of #189aef

#189aef #ef189a #9aef18

Analogous Colors of #189aef

#189aef #182eef #18efd9

Monochromatic Colors of #189aef

#189aef

Complementary Color

#189aef #ef6d18

#189aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#189aef Color CSS Codes

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

#189aef Text Font Color

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

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


#189aef Background Color

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

This div background color is #189aef


#189aef Border Color

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

This div border color is #189aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189aef


Comments

No comments written yet.

Please login to write comment.