Color Hex Logo

#4abaff Color Hex

#4ABAFF
(74,186,255)
0 Favorites   0 Comments

Color spaces of #4abaff

RGB 74186255
HSL0.561.000.65
HSV203°71°100°
CMYK 0.710.270.00   0.00
XYZ38.432943.7937101.0351
Yxy43.79370.20970.2390
Hunter Lab66.1768-12.1436-44.1969
CIE-Lab72.0904-9.9641-43.1946

#4abaff color RGB value is (74,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11111111
Octal 112 272 377
Decimal 74 186 255
Hex 4A BA FF

RGB Percentages of Color #4abaff

%14.37
%36.12
%49.51

CMYK Percentages of Color #4abaff

%71
%27
%0
%0

Triadic Colors of #4abaff

#4abaff #ff4aba #baff4a

Analogous Colors of #4abaff

#4abaff #4a60ff #4affea

Monochromatic Colors of #4abaff

#4abaff

Complementary Color

#4abaff #ff8f4a

#4abaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abaff Color CSS Codes

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

#4abaff Text Font Color

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

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


#4abaff Background Color

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

This div background color is #4abaff


#4abaff Border Color

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

This div border color is #4abaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abaff

Related Colors


Comments

No comments written yet.

Please login to write comment.