Color Hex Logo

#2ab8ff Color Hex

#2AB8FF
(42,184,255)
0 Favorites   0 Comments

Color spaces of #2ab8ff

RGB 42184255
HSL0.561.000.58
HSV200°84°100°
CMYK 0.840.280.00   0.00
XYZ36.145341.9932100.8082
Yxy41.99320.20200.2347
Hunter Lab64.8022-13.8402-46.8718
CIE-Lab70.8662-12.1739-45.1591

#2ab8ff color RGB value is (42,184,255).

#2ab8ff hex color red value is 42, green value is 184 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #2ab8ff hue: 0.56 , saturation: 1.00 and the lightness value of 2ab8ff is 0.58.

The process color (four color CMYK) of #2ab8ff color hex is 0.84, 0.28, 0.00, 0.00. Web safe color of #2ab8ff is #33ccff. Color #2ab8ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111000 11111111
Octal 52 270 377
Decimal 42 184 255
Hex 2A B8 FF

RGB Percentages of Color #2ab8ff

%8.73
%38.25
%53.01

CMYK Percentages of Color #2ab8ff

%84
%28
%0
%0

Triadic Colors of #2ab8ff

#2ab8ff #ff2ab8 #b8ff2a

Analogous Colors of #2ab8ff

#2ab8ff #2a4dff #2affdc

Monochromatic Colors of #2ab8ff

#2ab8ff

Complementary Color

#2ab8ff #ff712a

#2ab8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab8ff Color CSS Codes

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

#2ab8ff Text Font Color

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

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


#2ab8ff Background Color

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

This div background color is #2ab8ff


#2ab8ff Border Color

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

This div border color is #2ab8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.