Color Hex Logo

#2ab4fd Color Hex

#2AB4FD
(42,180,253)
0 Favorites   0 Comments

Color spaces of #2ab4fd

RGB 42180253
HSL0.560.980.58
HSV201°83°99°
CMYK 0.830.290.00   0.01
XYZ35.005740.226698.8480
Yxy40.22660.20110.2311
Hunter Lab63.4244-12.4737-48.0073
CIE-Lab69.6306-10.6958-46.0177

#2ab4fd color RGB value is (42,180,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110100 11111101
Octal 52 264 375
Decimal 42 180 253
Hex 2A B4 FD

RGB Percentages of Color #2ab4fd

%8.84
%37.89
%53.26

CMYK Percentages of Color #2ab4fd

%83
%29
%0
%1

Triadic Colors of #2ab4fd

#2ab4fd #fd2ab4 #b4fd2a

Analogous Colors of #2ab4fd

#2ab4fd #2a4afd #2afddd

Monochromatic Colors of #2ab4fd

#2ab4fd

Complementary Color

#2ab4fd #fd732a

#2ab4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab4fd Color CSS Codes

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

#2ab4fd Text Font Color

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

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


#2ab4fd Background Color

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

This div background color is #2ab4fd


#2ab4fd Border Color

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

This div border color is #2ab4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab4fd


Comments

No comments written yet.

Please login to write comment.