Color Hex Logo

#1899ec Color Hex

#1899EC
(24,153,236)
0 Favorites   0 Comments

Color spaces of #1899ec

RGB 24153236
HSL0.570.850.51
HSV203°90°93°
CMYK 0.900.350.00   0.07
XYZ26.908229.032883.5426
Yxy29.03280.19290.2081
Hunter Lab53.8821-5.1525-54.2099
CIE-Lab60.8106-2.7690-50.6642

#1899ec color RGB value is (24,153,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011001 11101100
Octal 30 231 354
Decimal 24 153 236
Hex 18 99 EC

RGB Percentages of Color #1899ec

%5.81
%37.05
%57.14

CMYK Percentages of Color #1899ec

%90
%35
%0
%7

Triadic Colors of #1899ec

#1899ec #ec1899 #99ec18

Analogous Colors of #1899ec

#1899ec #182fec #18ecd5

Monochromatic Colors of #1899ec

#1899ec

Complementary Color

#1899ec #ec6b18

#1899ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1899ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1899ec Color CSS Codes

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

#1899ec Text Font Color

<p style="color:#1899ec">Text here</p>

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


#1899ec Background Color

<div style="background-color:#1899ec">
Div content here</div>

This div background color is #1899ec


#1899ec Border Color

<div style="border:3px solid #1899ec">
Div here</div>

This div border color is #1899ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1899ec


Comments

No comments written yet.

Please login to write comment.