Color Hex Logo

#1cabff Color Hex

#1CABFF
(28,171,255)
0 Favorites   0 Comments

Color spaces of #1cabff

RGB 28171255
HSL0.561.000.55
HSV202°89°100°
CMYK 0.890.330.00   0.00
XYZ33.091836.592799.9267
Yxy36.59270.19510.2157
Hunter Lab60.4919-8.2133-55.5969
CIE-Lab66.9703-5.8835-51.3063

#1cabff color RGB value is (28,171,255).

#1cabff hex color red value is 28, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1cabff hue: 0.56 , saturation: 1.00 and the lightness value of 1cabff is 0.55.

The process color (four color CMYK) of #1cabff color hex is 0.89, 0.33, 0.00, 0.00. Web safe color of #1cabff is #3399ff. Color #1cabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101011 11111111
Octal 34 253 377
Decimal 28 171 255
Hex 1C AB FF

RGB Percentages of Color #1cabff

%6.17
%37.67
%56.17

CMYK Percentages of Color #1cabff

%89
%33
%0
%0

Triadic Colors of #1cabff

#1cabff #ff1cab #abff1c

Analogous Colors of #1cabff

#1cabff #1c3aff #1cffe2

Monochromatic Colors of #1cabff

#1cabff

Complementary Color

#1cabff #ff701c

#1cabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cabff Color CSS Codes

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

#1cabff Text Font Color

<p style="color:#1cabff">Text here</p>

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


#1cabff Background Color

<div style="background-color:#1cabff">
Div content here</div>

This div background color is #1cabff


#1cabff Border Color

<div style="border:3px solid #1cabff">
Div here</div>

This div border color is #1cabff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,171,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cabff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cabff;
  -webkit-box-shadow: 1px 1px 3px 2px #1cabff;
  box-shadow:         1px 1px 3px 2px #1cabff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,171,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cabff

Related Colors


Comments

No comments written yet.

Please login to write comment.