Color Hex Logo

#2cabbd Color Hex

#2CABBD
(44,171,189)
0 Favorites   0 Comments

Color spaces of #2cabbd

RGB 44171189
HSL0.520.620.46
HSV187°77°74°
CMYK 0.770.100.00   0.26
XYZ24.786933.335453.2721
Yxy33.33540.22250.2993
Hunter Lab57.7368-24.4079-14.2894
CIE-Lab64.4316-27.2414-18.9202

#2cabbd color RGB value is (44,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101011 10111101
Octal 54 253 275
Decimal 44 171 189
Hex 2C AB BD

RGB Percentages of Color #2cabbd

%10.89
%42.33
%46.78

CMYK Percentages of Color #2cabbd

%77
%10
%0
%26

Triadic Colors of #2cabbd

#2cabbd #bd2cab #abbd2c

Analogous Colors of #2cabbd

#2cabbd #2c62bd #2cbd87

Monochromatic Colors of #2cabbd

#2cabbd

Complementary Color

#2cabbd #bd3e2c

#2cabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cabbd Color CSS Codes

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

#2cabbd Text Font Color

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

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


#2cabbd Background Color

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

This div background color is #2cabbd


#2cabbd Border Color

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

This div border color is #2cabbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,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 #2cabbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cabbd


Comments

No comments written yet.

Please login to write comment.