Color Hex Logo

#2abcdb Color Hex

#2ABCDB
(42,188,219)
1 Favorites   0 Comments

Color spaces of #2abcdb

RGB 42188219
HSL0.530.710.51
HSV191°81°86°
CMYK 0.810.140.00   0.14
XYZ31.724241.573273.3702
Yxy41.57320.21630.2835
Hunter Lab64.4773-25.0094-22.3334
CIE-Lab70.5757-26.3377-26.0725

#2abcdb color RGB value is (42,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 11011011
Octal 52 274 333
Decimal 42 188 219
Hex 2A BC DB

RGB Percentages of Color #2abcdb

%9.35
%41.87
%48.78

CMYK Percentages of Color #2abcdb

%81
%14
%0
%14

Triadic Colors of #2abcdb

#2abcdb #db2abc #bcdb2a

Analogous Colors of #2abcdb

#2abcdb #2a64db #2adba2

Monochromatic Colors of #2abcdb

#2abcdb

Complementary Color

#2abcdb #db492a

#2abcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcdb Color CSS Codes

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

#2abcdb Text Font Color

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

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


#2abcdb Background Color

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

This div background color is #2abcdb


#2abcdb Border Color

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

This div border color is #2abcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,188,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcdb


Comments

No comments written yet.

Please login to write comment.