Color Hex Logo

#4abacc Color Hex

#4ABACC
(74,186,204)
0 Favorites   0 Comments

Color spaces of #4abacc

RGB 74186204
HSL0.520.560.55
HSV188°64°80°
CMYK 0.640.090.00   0.20
XYZ31.282040.933363.3789
Yxy40.93330.23070.3019
Hunter Lab63.9791-24.6876-13.9484
CIE-Lab70.1292-26.0322-18.4918

#4abacc color RGB value is (74,186,204).

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

The process color (four color CMYK) of #4abacc color hex is 0.64, 0.09, 0.00, 0.20. Web safe color of #4abacc is #33cccc. Color #4abacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11001100
Octal 112 272 314
Decimal 74 186 204
Hex 4A BA CC

RGB Percentages of Color #4abacc

%15.95
%40.09
%43.97

CMYK Percentages of Color #4abacc

%64
%9
%0
%20

Triadic Colors of #4abacc

#4abacc #cc4aba #bacc4a

Analogous Colors of #4abacc

#4abacc #4a79cc #4acc9d

Monochromatic Colors of #4abacc

#4abacc

Complementary Color

#4abacc #cc5c4a

#4abacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abacc Color CSS Codes

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

#4abacc Text Font Color

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

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


#4abacc Background Color

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

This div background color is #4abacc


#4abacc Border Color

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

This div border color is #4abacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abacc


Comments

No comments written yet.

Please login to write comment.