Color Hex Logo

#2abcfa Color Hex

#2ABCFA
(42,188,250)
0 Favorites   0 Comments

Color spaces of #2abcfa

RGB 42188250
HSL0.550.950.57
HSV198°83°98°
CMYK 0.830.250.00   0.02
XYZ36.193443.360896.9044
Yxy43.36080.20510.2457
Hunter Lab65.8489-17.1243-41.1579
CIE-Lab71.7992-16.0346-41.0012

#2abcfa color RGB value is (42,188,250).

#2abcfa hex color red value is 42, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #2abcfa hue: 0.55 , saturation: 0.95 and the lightness value of 2abcfa is 0.57.

The process color (four color CMYK) of #2abcfa color hex is 0.83, 0.25, 0.00, 0.02. Web safe color of #2abcfa is #33ccff. Color #2abcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111100 11111010
Octal 52 274 372
Decimal 42 188 250
Hex 2A BC FA

RGB Percentages of Color #2abcfa

%8.75
%39.17
%52.08

CMYK Percentages of Color #2abcfa

%83
%25
%0
%2

Triadic Colors of #2abcfa

#2abcfa #fa2abc #bcfa2a

Analogous Colors of #2abcfa

#2abcfa #2a54fa #2afad0

Monochromatic Colors of #2abcfa

#2abcfa

Complementary Color

#2abcfa #fa682a

#2abcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abcfa Color CSS Codes

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

#2abcfa Text Font Color

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

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


#2abcfa Background Color

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

This div background color is #2abcfa


#2abcfa Border Color

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

This div border color is #2abcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abcfa


Comments

No comments written yet.

Please login to write comment.