Color Hex Logo

#189bef Color Hex

#189BEF
(24,155,239)
0 Favorites   0 Comments

Color spaces of #189bef

RGB 24155239
HSL0.570.870.52
HSV203°90°94°
CMYK 0.900.350.00   0.06
XYZ27.678029.868985.9678
Yxy29.86890.19290.2081
Hunter Lab54.6524-5.2428-55.0059
CIE-Lab61.5409-2.8158-51.1598

#189bef color RGB value is (24,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011011 11101111
Octal 30 233 357
Decimal 24 155 239
Hex 18 9B EF

RGB Percentages of Color #189bef

%5.74
%37.08
%57.18

CMYK Percentages of Color #189bef

%90
%35
%0
%6

Triadic Colors of #189bef

#189bef #ef189b #9bef18

Analogous Colors of #189bef

#189bef #1830ef #18efd8

Monochromatic Colors of #189bef

#189bef

Complementary Color

#189bef #ef6c18

#189bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#189bef Color CSS Codes

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

#189bef Text Font Color

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

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


#189bef Background Color

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

This div background color is #189bef


#189bef Border Color

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

This div border color is #189bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189bef


Comments

No comments written yet.

Please login to write comment.