Color Hex Logo

#1cabbd Color Hex

#1CABBD
(28,171,189)
0 Favorites   0 Comments

Color spaces of #1cabbd

RGB 28171189
HSL0.520.740.43
HSV187°85°74°
CMYK 0.850.100.00   0.26
XYZ24.227133.046853.2459
Yxy33.04680.21920.2990
Hunter Lab57.4863-25.3739-14.6761
CIE-Lab64.1988-28.6612-19.2957

#1cabbd color RGB value is (28,171,189).

#1cabbd hex color red value is 28, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1cabbd hue: 0.52 , saturation: 0.74 and the lightness value of 1cabbd is 0.43.

The process color (four color CMYK) of #1cabbd color hex is 0.85, 0.10, 0.00, 0.26. Web safe color of #1cabbd is #3399cc. Color #1cabbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101011 10111101
Octal 34 253 275
Decimal 28 171 189
Hex 1C AB BD

RGB Percentages of Color #1cabbd

%7.22
%44.07
%48.71

CMYK Percentages of Color #1cabbd

%85
%10
%0
%26

Triadic Colors of #1cabbd

#1cabbd #bd1cab #abbd1c

Analogous Colors of #1cabbd

#1cabbd #1c5bbd #1cbd7f

Monochromatic Colors of #1cabbd

#1cabbd

Complementary Color

#1cabbd #bd2e1c

#1cabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cabbd Color CSS Codes

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

#1cabbd Text Font Color

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

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


#1cabbd Background Color

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

This div background color is #1cabbd


#1cabbd Border Color

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

This div border color is #1cabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cabbd


Comments

No comments written yet.

Please login to write comment.