Color Hex Logo

#4abafc Color Hex

#4ABAFC
(74,186,252)
0 Favorites   0 Comments

Color spaces of #4abafc

RGB 74186252
HSL0.560.970.64
HSV202°71°99°
CMYK 0.710.260.00   0.01
XYZ37.953643.601998.5111
Yxy43.60190.21080.2421
Hunter Lab66.0317-12.9576-42.2311
CIE-Lab71.9616-10.9524-41.7785

#4abafc color RGB value is (74,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11111100
Octal 112 272 374
Decimal 74 186 252
Hex 4A BA FC

RGB Percentages of Color #4abafc

%14.45
%36.33
%49.22

CMYK Percentages of Color #4abafc

%71
%26
%0
%1

Triadic Colors of #4abafc

#4abafc #fc4aba #bafc4a

Analogous Colors of #4abafc

#4abafc #4a61fc #4afce5

Monochromatic Colors of #4abafc

#4abafc

Complementary Color

#4abafc #fc8c4a

#4abafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abafc Color CSS Codes

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

#4abafc Text Font Color

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

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


#4abafc Background Color

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

This div background color is #4abafc


#4abafc Border Color

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

This div border color is #4abafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abafc


Comments

No comments written yet.

Please login to write comment.