Color Hex Logo

#2abdda Color Hex

#2ABDDA
(42,189,218)
0 Favorites   0 Comments

Color spaces of #2abdda

RGB 42189218
HSL0.530.700.51
HSV190°81°85°
CMYK 0.810.130.00   0.15
XYZ31.807341.949472.7503
Yxy41.94940.21710.2863
Hunter Lab64.7684-25.6845-21.2590
CIE-Lab70.8360-27.1573-25.1284

#2abdda color RGB value is (42,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 11011010
Octal 52 275 332
Decimal 42 189 218
Hex 2A BD DA

RGB Percentages of Color #2abdda

%9.35
%42.09
%48.55

CMYK Percentages of Color #2abdda

%81
%13
%0
%15

Triadic Colors of #2abdda

#2abdda #da2abd #bdda2a

Analogous Colors of #2abdda

#2abdda #2a65da #2ada9f

Monochromatic Colors of #2abdda

#2abdda

Complementary Color

#2abdda #da472a

#2abdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abdda Color CSS Codes

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

#2abdda Text Font Color

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

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


#2abdda Background Color

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

This div background color is #2abdda


#2abdda Border Color

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

This div border color is #2abdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abdda


Comments

No comments written yet.

Please login to write comment.