Color Hex Logo

#4abffb Color Hex

#4ABFFB
(74,191,251)
0 Favorites   0 Comments

Color spaces of #4abffb

RGB 74191251
HSL0.560.960.64
HSV200°71°98°
CMYK 0.710.240.00   0.02
XYZ38.867445.682598.0359
Yxy45.68250.21290.2502
Hunter Lab67.5888-15.6329-38.6865
CIE-Lab73.3390-13.9581-39.0921

#4abffb color RGB value is (74,191,251).

#4abffb hex color red value is 74, green value is 191 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4abffb hue: 0.56 , saturation: 0.96 and the lightness value of 4abffb is 0.64.

The process color (four color CMYK) of #4abffb color hex is 0.71, 0.24, 0.00, 0.02. Web safe color of #4abffb is #33ccff. Color #4abffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111111 11111011
Octal 112 277 373
Decimal 74 191 251
Hex 4A BF FB

RGB Percentages of Color #4abffb

%14.34
%37.02
%48.64

CMYK Percentages of Color #4abffb

%71
%24
%0
%2

Triadic Colors of #4abffb

#4abffb #fb4abf #bffb4a

Analogous Colors of #4abffb

#4abffb #4a67fb #4afbdf

Monochromatic Colors of #4abffb

#4abffb

Complementary Color

#4abffb #fb864a

#4abffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abffb Color CSS Codes

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

#4abffb Text Font Color

<p style="color:#4abffb">Text here</p>

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


#4abffb Background Color

<div style="background-color:#4abffb">
Div content here</div>

This div background color is #4abffb


#4abffb Border Color

<div style="border:3px solid #4abffb">
Div here</div>

This div border color is #4abffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abffb


Comments

No comments written yet.

Please login to write comment.