color codes Logo

#2ab4dd color codes

#2AB4DD
(42,180,221)
0 Favorites   0 Comments

Color spaces of #2ab4dd

RGB 42180221
HSL0.540.720.52
HSV194°81°87°
CMYK 0.810.190.00   0.13
XYZ30.327238.355274.2115
Yxy38.35520.21220.2684
Hunter Lab61.9316-20.9708-27.6940
CIE-Lab68.2816-21.6171-30.6954

#2ab4dd color RGB value is (42,180,221).

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

The process color (four color CMYK) of #2ab4dd color code is 0.81, 0.19, 0.00, 0.13. Web safe color of #2ab4dd is #33cccc. Color #2ab4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 11011101
Octal 52 264 335
Decimal 42 180 221
Hex 2A B4 DD

RGB Percentages of Color #2ab4dd

%9.48
%40.63
%49.89

CMYK Percentages of Color #2ab4dd

%81
%19
%0
%13

Triadic Colors of #2ab4dd

#2ab4dd #dd2ab4 #b4dd2a

Analogous Colors of #2ab4dd

#2ab4dd #2a5bdd #2addad

Monochromatic Colors of #2ab4dd

#2ab4dd

Complementary Color

#2ab4dd #dd532a

#2ab4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab4dd Color CSS Codes

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

#2ab4dd Text Font Color

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

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


#2ab4dd Background Color

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

This div background color is #2ab4dd


#2ab4dd Border Color

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

This div border color is #2ab4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab4dd


Comments

No comments written yet.

Please login to write comment.