Color Hex Logo

#2caddd Color Hex

#2CADDD
(44,173,221)
0 Favorites   0 Comments

Color spaces of #2caddd

RGB 44173221
HSL0.550.720.52
HSV196°80°87°
CMYK 0.800.220.00   0.13
XYZ29.033435.643173.7562
Yxy35.64310.20970.2575
Hunter Lab59.7018-17.6725-31.4561
CIE-Lab66.2463-17.7738-33.8438

#2caddd color RGB value is (44,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101101 11011101
Octal 54 255 335
Decimal 44 173 221
Hex 2C AD DD

RGB Percentages of Color #2caddd

%10.05
%39.50
%50.46

CMYK Percentages of Color #2caddd

%80
%22
%0
%13

Triadic Colors of #2caddd

#2caddd #dd2cad #addd2c

Analogous Colors of #2caddd

#2caddd #2c55dd #2cddb5

Monochromatic Colors of #2caddd

#2caddd

Complementary Color

#2caddd #dd5c2c

#2caddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caddd Color CSS Codes

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

#2caddd Text Font Color

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

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


#2caddd Background Color

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

This div background color is #2caddd


#2caddd Border Color

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

This div border color is #2caddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caddd


Comments

No comments written yet.

Please login to write comment.