Color Hex Logo

#2abefd Color Hex

#2ABEFD
(42,190,253)
0 Favorites   0 Comments

Color spaces of #2abefd

RGB 42190253
HSL0.550.980.58
HSV198°83°99°
CMYK 0.830.250.00   0.01
XYZ37.097944.411099.5454
Yxy44.41100.20490.2453
Hunter Lab66.6416-17.2557-41.9149
CIE-Lab72.5024-16.0714-41.5208

#2abefd color RGB value is (42,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 10111110 11111101
Octal 52 276 375
Decimal 42 190 253
Hex 2A BE FD

RGB Percentages of Color #2abefd

%8.66
%39.18
%52.16

CMYK Percentages of Color #2abefd

%83
%25
%0
%1

Triadic Colors of #2abefd

#2abefd #fd2abe #befd2a

Analogous Colors of #2abefd

#2abefd #2a54fd #2afdd3

Monochromatic Colors of #2abefd

#2abefd

Complementary Color

#2abefd #fd692a

#2abefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2abefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2abefd Color CSS Codes

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

#2abefd Text Font Color

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

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


#2abefd Background Color

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

This div background color is #2abefd


#2abefd Border Color

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

This div border color is #2abefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2abefd


Comments

No comments written yet.

Please login to write comment.