Color Hex Logo

#1cabe3 Color Hex

#1CABE3
(28,171,227)
0 Favorites   0 Comments

Color spaces of #1cabe3

RGB 28171227
HSL0.550.780.50
HSV197°88°89°
CMYK 0.880.250.00   0.11
XYZ28.906934.918777.8895
Yxy34.91870.20400.2464
Hunter Lab59.0920-16.0917-36.7860
CIE-Lab65.6853-15.8454-38.0327

#1cabe3 color RGB value is (28,171,227).

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

The process color (four color CMYK) of #1cabe3 color hex is 0.88, 0.25, 0.00, 0.11. Web safe color of #1cabe3 is #3399cc. Color #1cabe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101011 11100011
Octal 34 253 343
Decimal 28 171 227
Hex 1C AB E3

RGB Percentages of Color #1cabe3

%6.57
%40.14
%53.29

CMYK Percentages of Color #1cabe3

%88
%25
%0
%11

Triadic Colors of #1cabe3

#1cabe3 #e31cab #abe31c

Analogous Colors of #1cabe3

#1cabe3 #1c47e3 #1ce3b8

Monochromatic Colors of #1cabe3

#1cabe3

Complementary Color

#1cabe3 #e3541c

#1cabe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cabe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cabe3 Color CSS Codes

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

#1cabe3 Text Font Color

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

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


#1cabe3 Background Color

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

This div background color is #1cabe3


#1cabe3 Border Color

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

This div border color is #1cabe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cabe3


Comments

No comments written yet.

Please login to write comment.