Color Hex Logo

#2abdca Color Hex

#2ABDCA
(42,189,202)
0 Favorites   0 Comments

Color spaces of #2abdca

RGB 42189202
HSL0.510.660.48
HSV185°79°79°
CMYK 0.790.060.00   0.21
XYZ29.813141.151762.2489
Yxy41.15170.22380.3089
Hunter Lab64.1496-29.3051-12.6286
CIE-Lab70.2821-32.1815-17.2298

#2abdca color RGB value is (42,189,202).

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

The process color (four color CMYK) of #2abdca color hex is 0.79, 0.06, 0.00, 0.21. Web safe color of #2abdca is #33cccc. Color #2abdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111101 11001010
Octal 52 275 312
Decimal 42 189 202
Hex 2A BD CA

RGB Percentages of Color #2abdca

%9.70
%43.65
%46.65

CMYK Percentages of Color #2abdca

%79
%6
%0
%21

Triadic Colors of #2abdca

#2abdca #ca2abd #bdca2a

Analogous Colors of #2abdca

#2abdca #2a6dca #2aca87

Monochromatic Colors of #2abdca

#2abdca

Complementary Color

#2abdca #ca372a

#2abdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abdca Color CSS Codes

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

#2abdca Text Font Color

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

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


#2abdca Background Color

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

This div background color is #2abdca


#2abdca Border Color

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

This div border color is #2abdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abdca


Comments

No comments written yet.

Please login to write comment.