Color Hex Logo

#2abffd Color Hex

#2ABFFD
(42,191,253)
0 Favorites   0 Comments

Color spaces of #2abffd

RGB 42191253
HSL0.550.980.58
HSV198°83°99°
CMYK 0.830.250.00   0.01
XYZ37.315344.845799.6179
Yxy44.84570.20530.2467
Hunter Lab66.9669-17.7284-41.3211
CIE-Lab72.7902-16.5996-41.0717

#2abffd color RGB value is (42,191,253).

#2abffd hex color red value is 42, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2abffd hue: 0.55 , saturation: 0.98 and the lightness value of 2abffd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111111 11111101
Octal 52 277 375
Decimal 42 191 253
Hex 2A BF FD

RGB Percentages of Color #2abffd

%8.64
%39.30
%52.06

CMYK Percentages of Color #2abffd

%83
%25
%0
%1

Triadic Colors of #2abffd

#2abffd #fd2abf #bffd2a

Analogous Colors of #2abffd

#2abffd #2a56fd #2afdd2

Monochromatic Colors of #2abffd

#2abffd

Complementary Color

#2abffd #fd682a

#2abffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abffd Color CSS Codes

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

#2abffd Text Font Color

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

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


#2abffd Background Color

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

This div background color is #2abffd


#2abffd Border Color

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

This div border color is #2abffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abffd


Comments

No comments written yet.

Please login to write comment.