Color Hex Logo

#1cabd8 Color Hex

#1CABD8
(28,171,216)
0 Favorites   0 Comments

Color spaces of #1cabd8

RGB 28171216
HSL0.540.770.48
HSV194°87°85°
CMYK 0.870.210.00   0.15
XYZ27.436534.330670.1462
Yxy34.33060.20800.2603
Hunter Lab58.5923-18.9520-29.9668
CIE-Lab65.2241-19.6584-32.6925

#1cabd8 color RGB value is (28,171,216).

#1cabd8 hex color red value is 28, green value is 171 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #1cabd8 hue: 0.54 , saturation: 0.77 and the lightness value of 1cabd8 is 0.48.

The process color (four color CMYK) of #1cabd8 color hex is 0.87, 0.21, 0.00, 0.15. Web safe color of #1cabd8 is #3399cc. Color #1cabd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101011 11011000
Octal 34 253 330
Decimal 28 171 216
Hex 1C AB D8

RGB Percentages of Color #1cabd8

%6.75
%41.20
%52.05

CMYK Percentages of Color #1cabd8

%87
%21
%0
%15

Triadic Colors of #1cabd8

#1cabd8 #d81cab #abd81c

Analogous Colors of #1cabd8

#1cabd8 #1c4dd8 #1cd8a7

Monochromatic Colors of #1cabd8

#1cabd8

Complementary Color

#1cabd8 #d8491c

#1cabd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cabd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cabd8 Color CSS Codes

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

#1cabd8 Text Font Color

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

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


#1cabd8 Background Color

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

This div background color is #1cabd8


#1cabd8 Border Color

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

This div border color is #1cabd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cabd8


Comments

No comments written yet.

Please login to write comment.