Color Hex Logo

#2abcd9 Color Hex

#2ABCD9
(42,188,217)
0 Favorites   0 Comments

Color spaces of #2abcd9

RGB 42188217
HSL0.530.700.51
HSV190°81°85°
CMYK 0.810.130.00   0.15
XYZ31.462441.468471.9916
Yxy41.46840.21710.2861
Hunter Lab64.3960-25.4819-21.2062
CIE-Lab70.5028-26.9805-25.0929

#2abcd9 color RGB value is (42,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 11011001
Octal 52 274 331
Decimal 42 188 217
Hex 2A BC D9

RGB Percentages of Color #2abcd9

%9.40
%42.06
%48.55

CMYK Percentages of Color #2abcd9

%81
%13
%0
%15

Triadic Colors of #2abcd9

#2abcd9 #d92abc #bcd92a

Analogous Colors of #2abcd9

#2abcd9 #2a65d9 #2ad99f

Monochromatic Colors of #2abcd9

#2abcd9

Complementary Color

#2abcd9 #d9472a

#2abcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcd9 Color CSS Codes

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

#2abcd9 Text Font Color

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

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


#2abcd9 Background Color

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

This div background color is #2abcd9


#2abcd9 Border Color

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

This div border color is #2abcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcd9


Comments

No comments written yet.

Please login to write comment.