Color Hex Logo

#4ababd Color Hex

#4ABABD
(74,186,189)
0 Favorites   0 Comments

Color spaces of #4ababd

RGB 74186189
HSL0.500.470.52
HSV182°61°74°
CMYK 0.610.020.00   0.26
XYZ29.568340.247854.3543
Yxy40.24780.23810.3241
Hunter Lab63.4412-27.8277-6.3889
CIE-Lab69.6457-30.3707-10.9904

#4ababd color RGB value is (74,186,189).

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

The process color (four color CMYK) of #4ababd color hex is 0.61, 0.02, 0.00, 0.26. Web safe color of #4ababd is #33cccc. Color #4ababd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 10111101
Octal 112 272 275
Decimal 74 186 189
Hex 4A BA BD

RGB Percentages of Color #4ababd

%16.48
%41.43
%42.09

CMYK Percentages of Color #4ababd

%61
%2
%0
%26

Triadic Colors of #4ababd

#4ababd #bd4aba #babd4a

Analogous Colors of #4ababd

#4ababd #4a81bd #4abd87

Monochromatic Colors of #4ababd

#4ababd

Complementary Color

#4ababd #bd4d4a

#4ababd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ababd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ababd Color CSS Codes

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

#4ababd Text Font Color

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

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


#4ababd Background Color

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

This div background color is #4ababd


#4ababd Border Color

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

This div border color is #4ababd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ababd


Comments

No comments written yet.

Please login to write comment.