Color Hex Logo

#2caadb Color Hex

#2CAADB
(44,170,219)
0 Favorites   0 Comments

Color spaces of #2caadb

RGB 44170219
HSL0.550.710.52
HSV197°80°86°
CMYK 0.800.220.00   0.14
XYZ28.199634.399472.1713
Yxy34.39940.20920.2552
Hunter Lab58.6510-16.8158-31.9019
CIE-Lab65.2784-16.8564-34.2455

#2caadb color RGB value is (44,170,219).

#2caadb hex color red value is 44, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2caadb hue: 0.55 , saturation: 0.71 and the lightness value of 2caadb is 0.52.

The process color (four color CMYK) of #2caadb color hex is 0.80, 0.22, 0.00, 0.14. Web safe color of #2caadb is #3399cc. Color #2caadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101010 11011011
Octal 54 252 333
Decimal 44 170 219
Hex 2C AA DB

RGB Percentages of Color #2caadb

%10.16
%39.26
%50.58

CMYK Percentages of Color #2caadb

%80
%22
%0
%14

Triadic Colors of #2caadb

#2caadb #db2caa #aadb2c

Analogous Colors of #2caadb

#2caadb #2c52db #2cdbb5

Monochromatic Colors of #2caadb

#2caadb

Complementary Color

#2caadb #db5d2c

#2caadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caadb Color CSS Codes

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

#2caadb Text Font Color

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

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


#2caadb Background Color

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

This div background color is #2caadb


#2caadb Border Color

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

This div border color is #2caadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,170,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caadb


Comments

No comments written yet.

Please login to write comment.