Color Hex Logo

#2caef5 Color Hex

#2CAEF5
(44,174,245)
0 Favorites   0 Comments

Color spaces of #2caef5

RGB 44174245
HSL0.560.910.57
HSV201°82°96°
CMYK 0.820.290.00   0.04
XYZ32.656237.400191.8840
Yxy37.40010.20170.2309
Hunter Lab61.1556-11.7060-46.2720
CIE-Lab67.5761-10.0449-44.9010

#2caef5 color RGB value is (44,174,245).

#2caef5 hex color red value is 44, green value is 174 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #2caef5 hue: 0.56 , saturation: 0.91 and the lightness value of 2caef5 is 0.57.

The process color (four color CMYK) of #2caef5 color hex is 0.82, 0.29, 0.00, 0.04. Web safe color of #2caef5 is #3399ff. Color #2caef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101110 11110101
Octal 54 256 365
Decimal 44 174 245
Hex 2C AE F5

RGB Percentages of Color #2caef5

%9.50
%37.58
%52.92

CMYK Percentages of Color #2caef5

%82
%29
%0
%4

Triadic Colors of #2caef5

#2caef5 #f52cae #aef52c

Analogous Colors of #2caef5

#2caef5 #2c4af5 #2cf5d8

Monochromatic Colors of #2caef5

#2caef5

Complementary Color

#2caef5 #f5732c

#2caef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caef5 Color CSS Codes

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

#2caef5 Text Font Color

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

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


#2caef5 Background Color

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

This div background color is #2caef5


#2caef5 Border Color

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

This div border color is #2caef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caef5


Comments

No comments written yet.

Please login to write comment.