Color Hex Logo

#1896cf Color Hex

#1896CF
(24,150,207)
0 Favorites   0 Comments

Color spaces of #1896cf

RGB 24150207
HSL0.550.790.45
HSV199°88°81°
CMYK 0.880.280.00   0.19
XYZ22.545526.511962.9605
Yxy26.51190.20130.2367
Hunter Lab51.4897-11.9482-36.4557
CIE-Lab58.5198-11.6942-38.1397

#1896cf color RGB value is (24,150,207).

#1896cf hex color red value is 24, green value is 150 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1896cf hue: 0.55 , saturation: 0.79 and the lightness value of 1896cf is 0.45.

The process color (four color CMYK) of #1896cf color hex is 0.88, 0.28, 0.00, 0.19. Web safe color of #1896cf is #0099cc. Color #1896cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010110 11001111
Octal 30 226 317
Decimal 24 150 207
Hex 18 96 CF

RGB Percentages of Color #1896cf

%6.30
%39.37
%54.33

CMYK Percentages of Color #1896cf

%88
%28
%0
%19

Triadic Colors of #1896cf

#1896cf #cf1896 #96cf18

Analogous Colors of #1896cf

#1896cf #183bcf #18cfad

Monochromatic Colors of #1896cf

#1896cf

Complementary Color

#1896cf #cf5118

#1896cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1896cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1896cf Color CSS Codes

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

#1896cf Text Font Color

<p style="color:#1896cf">Text here</p>

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


#1896cf Background Color

<div style="background-color:#1896cf">
Div content here</div>

This div background color is #1896cf


#1896cf Border Color

<div style="border:3px solid #1896cf">
Div here</div>

This div border color is #1896cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,150,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1896cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1896cf;
  -webkit-box-shadow: 1px 1px 3px 2px #1896cf;
  box-shadow:         1px 1px 3px 2px #1896cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1896cf


Comments

No comments written yet.

Please login to write comment.