Color Hex Logo

#189cec Color Hex

#189CEC
(24,156,236)
0 Favorites   0 Comments

Color spaces of #189cec

RGB 24156236
HSL0.560.850.51
HSV203°90°93°
CMYK 0.900.340.00   0.07
XYZ27.405530.027383.7083
Yxy30.02730.19420.2127
Hunter Lab54.7972-6.6225-52.2135
CIE-Lab61.6778-4.4968-49.2900

#189cec color RGB value is (24,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011100 11101100
Octal 30 234 354
Decimal 24 156 236
Hex 18 9C EC

RGB Percentages of Color #189cec

%5.77
%37.50
%56.73

CMYK Percentages of Color #189cec

%90
%34
%0
%7

Triadic Colors of #189cec

#189cec #ec189c #9cec18

Analogous Colors of #189cec

#189cec #1832ec #18ecd2

Monochromatic Colors of #189cec

#189cec

Complementary Color

#189cec #ec6818

#189cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#189cec Color CSS Codes

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

#189cec Text Font Color

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

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


#189cec Background Color

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

This div background color is #189cec


#189cec Border Color

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

This div border color is #189cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189cec


Comments

No comments written yet.

Please login to write comment.