Color Hex Logo

#2ab9ce Color Hex

#2AB9CE
(42,185,206)
0 Favorites   0 Comments

Color spaces of #2ab9ce

RGB 42185206
HSL0.520.660.49
HSV188°80°81°
CMYK 0.800.100.00   0.19
XYZ29.444439.646464.4932
Yxy39.64640.22040.2968
Hunter Lab62.9654-26.7178-16.6529
CIE-Lab69.2169-28.9966-21.0376

#2ab9ce color RGB value is (42,185,206).

#2ab9ce hex color red value is 42, green value is 185 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2ab9ce hue: 0.52 , saturation: 0.66 and the lightness value of 2ab9ce is 0.49.

The process color (four color CMYK) of #2ab9ce color hex is 0.80, 0.10, 0.00, 0.19. Web safe color of #2ab9ce is #33cccc. Color #2ab9ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 11001110
Octal 52 271 316
Decimal 42 185 206
Hex 2A B9 CE

RGB Percentages of Color #2ab9ce

%9.70
%42.73
%47.58

CMYK Percentages of Color #2ab9ce

%80
%10
%0
%19

Triadic Colors of #2ab9ce

#2ab9ce #ce2ab9 #b9ce2a

Analogous Colors of #2ab9ce

#2ab9ce #2a67ce #2ace91

Monochromatic Colors of #2ab9ce

#2ab9ce

Complementary Color

#2ab9ce #ce3f2a

#2ab9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab9ce Color CSS Codes

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

#2ab9ce Text Font Color

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

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


#2ab9ce Background Color

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

This div background color is #2ab9ce


#2ab9ce Border Color

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

This div border color is #2ab9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab9ce


Comments

No comments written yet.

Please login to write comment.