Color Hex Logo

#2abcdd Color Hex

#2ABCDD
(42,188,221)
0 Favorites   0 Comments

Color spaces of #2abcdd

RGB 42188221
HSL0.530.720.52
HSV191°81°87°
CMYK 0.810.150.00   0.13
XYZ31.989241.679174.7655
Yxy41.67910.21550.2808
Hunter Lab64.5594-24.5320-23.4716
CIE-Lab70.6491-25.6912-27.0504

#2abcdd color RGB value is (42,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 11011101
Octal 52 274 335
Decimal 42 188 221
Hex 2A BC DD

RGB Percentages of Color #2abcdd

%9.31
%41.69
%49.00

CMYK Percentages of Color #2abcdd

%81
%15
%0
%13

Triadic Colors of #2abcdd

#2abcdd #dd2abc #bcdd2a

Analogous Colors of #2abcdd

#2abcdd #2a63dd #2adda5

Monochromatic Colors of #2abcdd

#2abcdd

Complementary Color

#2abcdd #dd4b2a

#2abcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcdd Color CSS Codes

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

#2abcdd Text Font Color

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

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


#2abcdd Background Color

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

This div background color is #2abcdd


#2abcdd Border Color

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

This div border color is #2abcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcdd


Comments

No comments written yet.

Please login to write comment.