Color Hex Logo

#2caedd Color Hex

#2CAEDD
(44,174,221)
0 Favorites   0 Comments

Color spaces of #2caedd

RGB 44174221
HSL0.540.720.52
HSV196°80°87°
CMYK 0.800.210.00   0.13
XYZ29.225936.028073.8204
Yxy36.02800.21010.2591
Hunter Lab60.0233-18.1276-30.9022
CIE-Lab66.5413-18.3027-33.3862

#2caedd color RGB value is (44,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101110 11011101
Octal 54 256 335
Decimal 44 174 221
Hex 2C AE DD

RGB Percentages of Color #2caedd

%10.02
%39.64
%50.34

CMYK Percentages of Color #2caedd

%80
%21
%0
%13

Triadic Colors of #2caedd

#2caedd #dd2cae #aedd2c

Analogous Colors of #2caedd

#2caedd #2c56dd #2cddb4

Monochromatic Colors of #2caedd

#2caedd

Complementary Color

#2caedd #dd5b2c

#2caedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caedd Color CSS Codes

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

#2caedd Text Font Color

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

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


#2caedd Background Color

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

This div background color is #2caedd


#2caedd Border Color

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

This div border color is #2caedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caedd


Comments

No comments written yet.

Please login to write comment.