Color Hex Logo

#2abedb Color Hex

#2ABEDB
(42,190,219)
0 Favorites   0 Comments

Color spaces of #2abedb

RGB 42190219
HSL0.530.710.51
HSV190°81°86°
CMYK 0.810.130.00   0.14
XYZ32.154542.433673.5136
Yxy42.43360.21710.2865
Hunter Lab65.1411-25.8869-21.3117
CIE-Lab71.1688-27.3334-25.1639

#2abedb color RGB value is (42,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 11011011
Octal 52 276 333
Decimal 42 190 219
Hex 2A BE DB

RGB Percentages of Color #2abedb

%9.31
%42.13
%48.56

CMYK Percentages of Color #2abedb

%81
%13
%0
%14

Triadic Colors of #2abedb

#2abedb #db2abe #bedb2a

Analogous Colors of #2abedb

#2abedb #2a66db #2adba0

Monochromatic Colors of #2abedb

#2abedb

Complementary Color

#2abedb #db472a

#2abedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abedb Color CSS Codes

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

#2abedb Text Font Color

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

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


#2abedb Background Color

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

This div background color is #2abedb


#2abedb Border Color

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

This div border color is #2abedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abedb


Comments

No comments written yet.

Please login to write comment.