Color Hex Logo

#4abada Color Hex

#4ABADA
(74,186,218)
0 Favorites   0 Comments

Color spaces of #4abada

RGB 74186218
HSL0.540.660.57
HSV193°66°85°
CMYK 0.660.150.00   0.15
XYZ33.037841.635672.6249
Yxy41.63560.22430.2827
Hunter Lab64.5257-21.5261-21.5641
CIE-Lab70.6190-21.8018-25.4021

#4abada color RGB value is (74,186,218).

#4abada hex color red value is 74, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #4abada hue: 0.54 , saturation: 0.66 and the lightness value of 4abada is 0.57.

The process color (four color CMYK) of #4abada color hex is 0.66, 0.15, 0.00, 0.15. Web safe color of #4abada is #33cccc. Color #4abada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10111010 11011010
Octal 112 272 332
Decimal 74 186 218
Hex 4A BA DA

RGB Percentages of Color #4abada

%15.48
%38.91
%45.61

CMYK Percentages of Color #4abada

%66
%15
%0
%15

Triadic Colors of #4abada

#4abada #da4aba #bada4a

Analogous Colors of #4abada

#4abada #4a72da #4adab2

Monochromatic Colors of #4abada

#4abada

Complementary Color

#4abada #da6a4a

#4abada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4abada Color Preview on White Background

Lorem ipsum dolor sit amet.

#4abada Color CSS Codes

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

#4abada Text Font Color

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

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


#4abada Background Color

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

This div background color is #4abada


#4abada Border Color

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

This div border color is #4abada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4abada


Comments

No comments written yet.

Please login to write comment.