color codes Logo

#2ab9ea color codes

#2AB9EA
(42,185,234)
0 Favorites   0 Comments

Color spaces of #2ab9ea

RGB 42185234
HSL0.540.820.54
HSV195°82°92°
CMYK 0.820.210.00   0.08
XYZ33.155141.130784.0335
Yxy41.13070.20940.2598
Hunter Lab64.1332-19.9536-32.7942
CIE-Lab70.2674-19.8709-34.7172

#2ab9ea color RGB value is (42,185,234).

#2ab9ea hex color red value is 42, green value is 185 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #2ab9ea hue: 0.54 , saturation: 0.82 and the lightness value of 2ab9ea is 0.54.

The process color (four color CMYK) of #2ab9ea color code is 0.82, 0.21, 0.00, 0.08. Web safe color of #2ab9ea is #33ccff. Color #2ab9ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111001 11101010
Octal 52 271 352
Decimal 42 185 234
Hex 2A B9 EA

RGB Percentages of Color #2ab9ea

%9.11
%40.13
%50.76

CMYK Percentages of Color #2ab9ea

%82
%21
%0
%8

Triadic Colors of #2ab9ea

#2ab9ea #ea2ab9 #b9ea2a

Analogous Colors of #2ab9ea

#2ab9ea #2a59ea #2aeabb

Monochromatic Colors of #2ab9ea

#2ab9ea

Complementary Color

#2ab9ea #ea5b2a

#2ab9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab9ea Color CSS Codes

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

#2ab9ea Text Font Color

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

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


#2ab9ea Background Color

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

This div background color is #2ab9ea


#2ab9ea Border Color

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

This div border color is #2ab9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab9ea


Comments

No comments written yet.

Please login to write comment.