Color Hex Logo

#2ab4ce Color Hex

#2AB4CE
(42,180,206)
0 Favorites   0 Comments

Color spaces of #2ab4ce

RGB 42180206
HSL0.530.660.49
HSV190°80°81°
CMYK 0.800.130.00   0.19
XYZ28.416737.591064.1506
Yxy37.59100.21830.2888
Hunter Lab61.3115-24.5638-19.1174
CIE-Lab67.7181-26.5189-23.3239

#2ab4ce color RGB value is (42,180,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 11001110
Octal 52 264 316
Decimal 42 180 206
Hex 2A B4 CE

RGB Percentages of Color #2ab4ce

%9.81
%42.06
%48.13

CMYK Percentages of Color #2ab4ce

%80
%13
%0
%19

Triadic Colors of #2ab4ce

#2ab4ce #ce2ab4 #b4ce2a

Analogous Colors of #2ab4ce

#2ab4ce #2a62ce #2ace96

Monochromatic Colors of #2ab4ce

#2ab4ce

Complementary Color

#2ab4ce #ce442a

#2ab4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab4ce Color CSS Codes

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

#2ab4ce Text Font Color

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

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


#2ab4ce Background Color

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

This div background color is #2ab4ce


#2ab4ce Border Color

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

This div border color is #2ab4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab4ce


Comments

No comments written yet.

Please login to write comment.