Color Hex Logo

#4abbff Color Hex

#4ABBFF
(74,187,255)
0 Favorites   0 Comments

Color spaces of #4abbff

RGB 74187255
HSL0.561.000.65
HSV203°71°100°
CMYK 0.710.270.00   0.00
XYZ38.644444.2165101.1056
Yxy44.21650.21010.2404
Hunter Lab66.4955-12.6304-43.6029
CIE-Lab72.3730-10.5051-42.7528

#4abbff color RGB value is (74,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111011 11111111
Octal 112 273 377
Decimal 74 187 255
Hex 4A BB FF

RGB Percentages of Color #4abbff

%14.34
%36.24
%49.42

CMYK Percentages of Color #4abbff

%71
%27
%0
%0

Triadic Colors of #4abbff

#4abbff #ff4abb #bbff4a

Analogous Colors of #4abbff

#4abbff #4a61ff #4affe9

Monochromatic Colors of #4abbff

#4abbff

Complementary Color

#4abbff #ff8e4a

#4abbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abbff Color CSS Codes

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

#4abbff Text Font Color

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

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


#4abbff Background Color

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

This div background color is #4abbff


#4abbff Border Color

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

This div border color is #4abbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abbff

#4abbff Color Palettes


Comments

No comments written yet.

Please login to write comment.