Color Hex Logo

#2caae5 Color Hex

#2CAAE5
(44,170,229)
0 Favorites   0 Comments

Color spaces of #2caae5

RGB 44170229
HSL0.550.780.54
HSV199°81°90°
CMYK 0.810.260.00   0.10
XYZ29.556334.942179.3155
Yxy34.94210.20550.2430
Hunter Lab59.1118-14.1946-38.1763
CIE-Lab65.7036-13.4247-39.0863

#2caae5 color RGB value is (44,170,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101010 11100101
Octal 54 252 345
Decimal 44 170 229
Hex 2C AA E5

RGB Percentages of Color #2caae5

%9.93
%38.37
%51.69

CMYK Percentages of Color #2caae5

%81
%26
%0
%10

Triadic Colors of #2caae5

#2caae5 #e52caa #aae52c

Analogous Colors of #2caae5

#2caae5 #2c4ee5 #2ce5c4

Monochromatic Colors of #2caae5

#2caae5

Complementary Color

#2caae5 #e5672c

#2caae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caae5 Color CSS Codes

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

#2caae5 Text Font Color

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

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


#2caae5 Background Color

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

This div background color is #2caae5


#2caae5 Border Color

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

This div border color is #2caae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caae5


Comments

No comments written yet.

Please login to write comment.