color codes Logo

#2aa5dd color codes

#2AA5DD
(42,165,221)
0 Favorites   0 Comments

Color spaces of #2aa5dd

RGB 42165221
HSL0.550.720.52
HSV199°81°87°
CMYK 0.810.250.00   0.13
XYZ27.461132.623073.2561
Yxy32.62300.20590.2447
Hunter Lab57.1165-14.1328-36.0621
CIE-Lab63.8545-13.6559-37.5698

#2aa5dd color RGB value is (42,165,221).

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

The process color (four color CMYK) of #2aa5dd color code is 0.81, 0.25, 0.00, 0.13. Web safe color of #2aa5dd is #3399cc. Color #2aa5dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100101 11011101
Octal 52 245 335
Decimal 42 165 221
Hex 2A A5 DD

RGB Percentages of Color #2aa5dd

%9.81
%38.55
%51.64

CMYK Percentages of Color #2aa5dd

%81
%25
%0
%13

Triadic Colors of #2aa5dd

#2aa5dd #dd2aa5 #a5dd2a

Analogous Colors of #2aa5dd

#2aa5dd #2a4cdd #2addbc

Monochromatic Colors of #2aa5dd

#2aa5dd

Complementary Color

#2aa5dd #dd622a

#2aa5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa5dd Color CSS Codes

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

#2aa5dd Text Font Color

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

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


#2aa5dd Background Color

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

This div background color is #2aa5dd


#2aa5dd Border Color

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

This div border color is #2aa5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa5dd


Comments

No comments written yet.

Please login to write comment.