Color Hex Logo

#2ca5df Color Hex

#2CA5DF
(44,165,223)
0 Favorites   0 Comments

Color spaces of #2ca5df

RGB 44165223
HSL0.550.740.52
HSV199°80°87°
CMYK 0.800.260.00   0.13
XYZ27.813132.773574.6720
Yxy32.77350.20560.2423
Hunter Lab57.2481-13.4629-37.2616
CIE-Lab63.9771-12.7781-38.4803

#2ca5df color RGB value is (44,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10100101 11011111
Octal 54 245 337
Decimal 44 165 223
Hex 2C A5 DF

RGB Percentages of Color #2ca5df

%10.19
%38.19
%51.62

CMYK Percentages of Color #2ca5df

%80
%26
%0
%13

Triadic Colors of #2ca5df

#2ca5df #df2ca5 #a5df2c

Analogous Colors of #2ca5df

#2ca5df #2c4cdf #2cdfc0

Monochromatic Colors of #2ca5df

#2ca5df

Complementary Color

#2ca5df #df662c

#2ca5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ca5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ca5df Color CSS Codes

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

#2ca5df Text Font Color

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

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


#2ca5df Background Color

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

This div background color is #2ca5df


#2ca5df Border Color

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

This div border color is #2ca5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ca5df


Comments

No comments written yet.

Please login to write comment.