Color Hex Logo

#2caddb Color Hex

#2CADDB
(44,173,219)
0 Favorites   0 Comments

Color spaces of #2caddb

RGB 44173219
HSL0.540.710.52
HSV196°80°86°
CMYK 0.800.210.00   0.14
XYZ28.768535.537172.3609
Yxy35.53710.21050.2600
Hunter Lab59.6130-18.1809-30.2397
CIE-Lab66.1647-18.4493-32.8699

#2caddb color RGB value is (44,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101101 11011011
Octal 54 255 333
Decimal 44 173 219
Hex 2C AD DB

RGB Percentages of Color #2caddb

%10.09
%39.68
%50.23

CMYK Percentages of Color #2caddb

%80
%21
%0
%14

Triadic Colors of #2caddb

#2caddb #db2cad #addb2c

Analogous Colors of #2caddb

#2caddb #2c55db #2cdbb2

Monochromatic Colors of #2caddb

#2caddb

Complementary Color

#2caddb #db5a2c

#2caddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caddb Color CSS Codes

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

#2caddb Text Font Color

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

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


#2caddb Background Color

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

This div background color is #2caddb


#2caddb Border Color

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

This div border color is #2caddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caddb


Comments

No comments written yet.

Please login to write comment.